Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/migen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b8283ec92cdb
Choose a base ref
...
head repository: m-labs/migen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e65938fde13
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 21, 2015

  1. conda: include hash in commit.

    whitequark committed Oct 21, 2015
    Copy the full SHA
    70a86a3 View commit details
  2. conda: build migen as noarch.

    whitequark committed Oct 21, 2015
    Copy the full SHA
    5e65938 View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 conda/migen/meta.yaml
5 changes: 3 additions & 2 deletions conda/migen/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package:
name: migen
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.{{ environ.get("GIT_DESCRIBE_HASH") }}

source:
git_url: https://github.com/m-labs/migen
git_tag: master

build:
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
noarch_python: true
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
script: $PYTHON setup.py install

requirements: