Skip to content

Commit

Permalink
Pre v0.5 Rocky8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiker committed Dec 13, 2023
1 parent 6735a42 commit 8d5b744
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ print, 'dlm_load ', sDLM
dlm_load, sDLM

;Compile project files
.COMPILE examples/tra_l0_coverage

.COMPILE examples/tra_coverage
.COMPILE examples/tojulian
.COMPILE examples/tra_vector
.COMPILE examples/ex01_juno_waves_survey.pro
2 changes: 2 additions & 0 deletions examples/ex02_cassini_fce_ephem.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
; TODO: Add cassini Fce example with ephemeris ticks on the X axis

3 changes: 2 additions & 1 deletion makefiles/RedHat.mak
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ SRCS_IN=$(patsubst %, src/%, $(SRCS))
# Composite Defs ##############################################################

CC=gcc
CFLAGS=-g -std=c99 -Wall -fPIC -I$(I_IDL) -I$(I_DAS2)
#CFLAGS=-ggdb -O0 -fstack-protector -std=c99 -Wall -Wno-unused-function -fPIC -I$(I_IDL) -I$(I_DAS2)
CFLAGS=-O2 -std=c99 -Wall -Wno-unused-function -fPIC -I$(I_IDL) -I$(I_DAS2)

STATIC_LIBS=$(L_DAS2) $(L_FFTW3) $(L_EXPAT) $(L_SSL) $(L_CRYPTO) $(L_Z)
LFLAGS=-Wall -fPIC -shared -Wl,-Bsymbolic $(STATIC_LIBS) $(DYN_LIBS)
Expand Down

0 comments on commit 8d5b744

Please sign in to comment.