Skip to content

Commit

Permalink
mcvine removed, compler options added in meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Feb 18, 2025
1 parent 6c328fd commit 0a4f8d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
cache-downloads-key: ${{ runner.os }}-downloads-${{ hashFiles('**/environment.yml') }}
condarc: |
channels:
- mcvine
- conda-forge
- name: build python wheel
shell: bash -l {0}
Expand All @@ -63,7 +62,7 @@ jobs:
cd conda.recipe
echo "versioningit $(versioningit ../)"
# build the package
CHANNELS="--channel mcvine --channel conda-forge"
CHANNELS="--channel conda-forge"
VERSION=$(versioningit ../) conda mambabuild $CHANNELS --output-folder . .
conda verify noarch/histogram*.tar.bz2
- name: upload conda package to anaconda
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ histogram data object
# create a conda package
$ cd conda.recipe
$ echo "versioningit $(versioningit ../)"
$ CHANNELS="--channel mcvine --channel conda-forge"
$ CHANNELS="--channel conda-forge"
$ VERSION=$(versioningit ../) conda mambabuild $CHANNELS --output-folder . .
$ conda verify noarch/histogram-*.tar.bz2
# install a local conda package
Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ source:

build:
script_env:
- CC
- CXX
- {{ compiler("c") }}
- {{ compiler("cxx") }}
noarch: python
number: {{ build_number }}

Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: histogram-dev
channels:
- mcvine
- conda-forge
dependencies:
- anaconda-client
Expand Down

0 comments on commit 0a4f8d3

Please sign in to comment.