-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
48 lines (36 loc) · 1.56 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Installing's a bit of a pain for now.
# rpm install atlas-devel, the version seems to be 3.8.4
mkdir -p /home/astro/hsc/products/Linux64/external/atlas/3.8.4/lib
cd /home/astro/hsc/products/Linux64/external/atlas/3.8.4/lib
ln -s /usr/lib64/atlas/lib* .
cd ..
eups declare -m none -r . atlas 3.8.4
export LSST_CFG_PATH=~/LSST/devenv/buildFiles
# or:
# mkdir ups
# cp ~/LSST/devenv/buildFiles/atlas/atlas.cfg ups
# N.b. you need a version of fftw that has the single as well as double precision libraries
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
mkdir ~/Astromatic
cd ~/Astromatic
svn co https://astromatic.net/pubsvn/software/psfex/branches/rhl psfex
cd psfex
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
cd ~/LSST/meas/extensions
git clone [email protected]:LSST-nonproject/meas_extensions_psfex.git psfex
cd psfex
cp -r files_for_vanilla_psfex/{SConstruct,lib,ups} ~/Astromatic/psfex
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
cd ~/Astromatic/psfex
configure CC='cc -Wno-empty-body -Wno-format -Wno-format-security' \
--prefix=/home/astro/hsc/products/Linux64/external/psfex/rhl \
--with-fftw-incdir=$FFTW_DIR/include --with-fftw-libdir=$FFTW_DIR/lib \
--with-atlas-incdir=$ATLAS_DIR/include --with-atlas-libdir=$ATLAS_DIR/lib
make
scons -Q opt=3
eups declare -r . psfex svn -c
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
cd ~/LSST/meas/extensions/psfex
setup -r .
setup -j -r ~/LSST/devenv/sconsUtils
scons -Q opt=3