Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
galplot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrew Strong
galplot
Commits
d96088d3
Commit
d96088d3
authored
4 years ago
by
Andrew Strong
Browse files
Options
Downloads
Patches
Plain Diff
manual_galplot_compile_reference manual_galplot_compile_one_reference: no -I.. as config.h not used
parent
6f8084ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/manual_galplot_compile_one_reference
+2
-2
2 additions, 2 deletions
source/manual_galplot_compile_one_reference
source/manual_galplot_compile_reference
+2
-2
2 additions, 2 deletions
source/manual_galplot_compile_reference
with
4 additions
and
4 deletions
source/manual_galplot_compile_one_reference
+
2
−
2
View file @
d96088d3
...
@@ -3,7 +3,7 @@ module load gcc
...
@@ -3,7 +3,7 @@ module load gcc
which gcc
which gcc
echo new cfitsio CCfits healpix-3.60 with load gcc
echo new cfitsio CCfits healpix-3.60 with load gcc
echo no openmp no -O, with -g
echo no openmp no -O, with -g
, no -I..
echo source file $SOURCE_FILE
echo source file $SOURCE_FILE
...
@@ -42,7 +42,7 @@ echo FITSDATA_PATH $FITSDATA_PATH
...
@@ -42,7 +42,7 @@ echo FITSDATA_PATH $FITSDATA_PATH
g++ -I.
-I..
-g -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 -c $SOURCE_FILE
g++ -I. -g -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 -c $SOURCE_FILE
source manual_galplot_link_reference
source manual_galplot_link_reference
...
...
This diff is collapsed.
Click to expand it.
source/manual_galplot_compile_reference
+
2
−
2
View file @
d96088d3
...
@@ -3,7 +3,7 @@ module load gcc
...
@@ -3,7 +3,7 @@ module load gcc
which gcc
which gcc
echo new cfitsio CCfits healpix-3.60 with load gcc
echo new cfitsio CCfits healpix-3.60 with load gcc
echo no openmp no -O, with -g
echo no openmp no -O, with -g
, no -I..
...
@@ -40,5 +40,5 @@ echo FITSDATA_PATH $FITSDATA_PATH
...
@@ -40,5 +40,5 @@ echo FITSDATA_PATH $FITSDATA_PATH
g++ -I.
-I..
-g -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 -c *.cc
g++ -I. -g -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 -c *.cc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment