blob: 2353907ae073d2a798b62237be33b49641e7f8c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Configure the environment for IRAF, since conda build appears not to do
# "source activate" after installing dependencies (this would instead need to
# eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying):
. setup_iraf.sh
# Build from source in envs/_build (using build script from astroconda-utils):
ac_build_iraf_pkg
|