Skip to content

Commit

Permalink
Working recipe for osx - xspec 6.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Oct 25, 2019
1 parent df80bb2 commit 4e6decb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ conda config --add channels defaults
# Activate test environment
echo "Activate test environment..."

#source $HOME/work/fermi/miniconda3/etc/profile.d/conda.sh
#conda activate $ENVNAME
source activate $ENVNAME
source $CONDA_PREFIX/etc/profile.d/conda.sh
conda activate $ENVNAME
#source activate $ENVNAME

# Build package
echo "Build package..."
Expand Down
20 changes: 10 additions & 10 deletions conda_recipe/xspec-modelsonly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ build:

requirements:
build:
#- {{ compiler('c') }}
#- {{ compiler('cxx') }}
#- {{ compiler('fortran') }}
- ncurses>=5
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
- ncurses<6.0
- readline==6.2
- cfitsio
- cfitsio<3.450
- ccfits
- wcslib
#- libgfortran==3.0
- clang_osx-64 # [osx]
- clangxx_osx-64 # [osx]
- gfortran_osx-64 # [osx]
#- clang_osx-64 # [osx]
#- clangxx_osx-64 # [osx]
#- gfortran_osx-64 # [osx]
host:
- ncurses>=5
- readline==6.2
- ncurses
- readline

# Note that ncurses is only needed to build but I am not
# sure it's needed at all at run-time. To keep things
Expand Down

0 comments on commit 4e6decb

Please sign in to comment.