Skip to content

Commit

Permalink
Trying to merge linux and mac builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Aug 17, 2022
1 parent 1f1f7f4 commit dede2e0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 152 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ jobs:
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]; then
#conda install -c conda-forge boa -n base
#conda mambabuild --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly-linux
conda build --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly-linux
conda build --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
else
curl -LO -z MacOSX10.9.sdk.tar.xz https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.9.sdk.tar.xz
Expand Down Expand Up @@ -155,7 +154,7 @@ jobs:
conda install -c conda-forge boa -n base
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]; then
conda mambabuild --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly-linux
conda mambabuild --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
else
# there is some strange error about the prefix length
Expand Down
1 change: 0 additions & 1 deletion conda_recipe/xspec-modelsonly-linux/.gitattributes

This file was deleted.

108 changes: 0 additions & 108 deletions conda_recipe/xspec-modelsonly-linux/build.sh

This file was deleted.

5 changes: 0 additions & 5 deletions conda_recipe/xspec-modelsonly-linux/conda_build_config.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions conda_recipe/xspec-modelsonly-linux/meta.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions conda_recipe/xspec-modelsonly/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
c_compiler:
- gcc # [linux]
- clang # [osx]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
fortran_compiler:
- gfortran # [osx]
Expand Down

0 comments on commit dede2e0

Please sign in to comment.