Skip to content
Snippets Groups Projects
Commit 3920015e authored by Andrew Strong's avatar Andrew Strong
Browse files

manual_compile_newlibs_healpix-3.60_newgcc_newgcc, compile_one: remove unused DDATA_PATH

parent d63d99fc
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,7 @@ echo GALDEF_PATH $GALDEF_PATH ...@@ -37,9 +37,7 @@ echo GALDEF_PATH $GALDEF_PATH
setenv FITSDATA_PATH \"/afs/ipp/u/aws/propagate/c/FITS\" setenv FITSDATA_PATH \"/afs/ipp/u/aws/propagate/c/FITS\"
echo FITSDATA_PATH $FITSDATA_PATH echo FITSDATA_PATH $FITSDATA_PATH
setenv DATA_PATH \"/afs/ipp/u/aws/propagate/c/gitlab/galprop/version_54/source/fortran_data\"
echo DATA_PATH $DATA_PATH
g++ -I. -I.. -I$CFITSIO_DIR/include -I$CCFITS_DIR/include -I$HEALPIX_DIR/include/healpix_cxx -I$HEALPIX_DIR/include/libsharp -I$CLHEP_DIR/include -I$GSL_DIR/include -I$ROOT_DIR/include -I$SLA_C_DIR/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=$GALDEF_PATH -DFITSDATA_PATH=$FITSDATA_PATH -DDATA_PATH=$DATA_PATH -O3 -fopenmp -c *.cc g++ -I. -I.. -I$CFITSIO_DIR/include -I$CCFITS_DIR/include -I$HEALPIX_DIR/include/healpix_cxx -I$HEALPIX_DIR/include/libsharp -I$CLHEP_DIR/include -I$GSL_DIR/include -I$ROOT_DIR/include -I$SLA_C_DIR/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=$GALDEF_PATH -DFITSDATA_PATH=$FITSDATA_PATH -O3 -fopenmp -c *.cc
...@@ -37,11 +37,10 @@ echo GALDEF_PATH $GALDEF_PATH ...@@ -37,11 +37,10 @@ echo GALDEF_PATH $GALDEF_PATH
setenv FITSDATA_PATH \"/afs/ipp/u/aws/propagate/c/FITS\" setenv FITSDATA_PATH \"/afs/ipp/u/aws/propagate/c/FITS\"
echo FITSDATA_PATH $FITSDATA_PATH echo FITSDATA_PATH $FITSDATA_PATH
setenv DATA_PATH \"/afs/ipp/u/aws/propagate/c/gitlab/galprop/version_54/source/fortran_data\"
echo DATA_PATH $DATA_PATH
g++ -I. -I.. -I$CFITSIO_DIR/include -I$CCFITS_DIR/include -I$HEALPIX_DIR/include/healpix_cxx -I$HEALPIX_DIR/include/libsharp -I$CLHEP_DIR/include -I$GSL_DIR/include -I$ROOT_DIR/include -I$SLA_C_DIR/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=$GALDEF_PATH -DFITSDATA_PATH=$FITSDATA_PATH -DDATA_PATH=$DATA_PATH -O3 -fopenmp -c $SOURCE_FILE
g++ -I. -I.. -I$CFITSIO_DIR/include -I$CCFITS_DIR/include -I$HEALPIX_DIR/include/healpix_cxx -I$HEALPIX_DIR/include/libsharp -I$CLHEP_DIR/include -I$GSL_DIR/include -I$ROOT_DIR/include -I$SLA_C_DIR/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=$GALDEF_PATH -DFITSDATA_PATH=$FITSDATA_PATH -O3 -fopenmp -c $SOURCE_FILE
source manual_galplot_link_newlibs_healpix-3.60_newgcc_newgcc source manual_galplot_link_newlibs_healpix-3.60_newgcc_newgcc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment