Skip to content

Commit

Permalink
fix for non-Windows install paths with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Feb 15, 2021
1 parent 2e03979 commit ba32658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fortran/Makefile_main
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ libcamb: libforutils directories
python: libforutils_so directories_so
@$(MAKE) -C $(DLL_DIR) $(MAKEOPT) -r -f ../Makefile_main camblib.so F90FLAGS="$(SF90FLAGS)" OUTPUT_DIR=$(DLL_DIR)

../camb: $(CAMBLIB) $(DRIVER).o $(FORUTILS_DIR)/libforutils.a | silent
../camb: $(CAMBLIB) $(DRIVER).o | silent
@$(MAKE) -C .. $(MAKEOPT) -f Makefile_main camb_exe

camb_exe:
$(F90C) $(F90FLAGS) $(MODOUT) $(IFLAG)$(OUTPUT_DIR)/ $(IFLAG)"$(FORUTILS_DIR)" \
$(OUTPUT_DIR)/$(DRIVER).o $(OUTPUT_DIR)/$(CAMBLIB) $(F90CRLINK) $(LIBLINK) -o camb

camblib.so: $(CAMBOBJ) $(FORUTILS_DIR)/libforutils.a
camblib.so: $(CAMBOBJ)
@$(MAKE) -C .. $(MAKEOPT) -f Makefile_main $(DLL_DIR)/camblib.so

libcambobj:
Expand Down

0 comments on commit ba32658

Please sign in to comment.