Skip to content

Commit

Permalink
Merge branch 'weakphys' of github.com:starkiller-astro/weaklib into w…
Browse files Browse the repository at this point in the history
…eakphys
  • Loading branch information
mewesv committed Oct 18, 2024
2 parents 96b850d + 9f957f5 commit 4c91736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Distributions/Build/Makefile_Compilers
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ OPTIMIZE = $(OPTIMIZE_$(MACHINE))
INCLUDE_HDF5_sn1987b = -I/usr/local/Cellar/hdf5/1.10.5/include
INCLUDE_HDF5_ranchu = -I/usr/local/hdf5/include
INCLUDE_HDF5_ranchuair = -I/usr/local/Cellar/hdf5/1.12.0/include
INCLUDE_HDF5_vass = -I/usr/local/Cellar/hdf5/1.14.3_1/include
INCLUDE_HDF5_vass = -I/usr/local/Cellar/hdf5/1.14.4.3/include
INCLUDE_HDF5_sjdunham =
INCLUDE_HDF5_titan_gnu = # Use Module Load
INCLUDE_HDF5_titan_cray = # Use Module Load
Expand Down Expand Up @@ -250,7 +250,7 @@ INCLUDE = $(INCLUDE_HDF5)
LIBRARIES_HDF5_sn1987b = -L/usr/local/Cellar/hdf5/1.10.5/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_ranchu = -L/usr/local/hdf5/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_ranchuair = -L/usr/local/Cellar/hdf5/1.12.0/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_vass = -L/usr/local/Cellar/hdf5/1.14.3_1/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_vass = -L/usr/local/Cellar/hdf5/1.14.4.3/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_sjdunham =
LIBRARIES_HDF5_titan_gnu = # Use Module Load
LIBRARIES_HDF5_titan_cray = # Use Module Load
Expand Down
4 changes: 2 additions & 2 deletions TableCreator/Build/Makefile_Compilers
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ OPTIMIZE = $(OPTIMIZE_$(MACHINE))
INCLUDE_HDF5_sn1987b = -I/usr/local/Cellar/hdf5/1.10.5/include
INCLUDE_HDF5_ranchu = -I/usr/local/hdf5/include
INCLUDE_HDF5_ranchuair = -I/usr/local/Cellar/hdf5/1.12.0/include
INCLUDE_HDF5_vass = -I/usr/local/Cellar/hdf5/1.14.3_1/include
INCLUDE_HDF5_vass = -I/usr/local/Cellar/hdf5/1.14.4.3/include
INCLUDE_HDF5_delta-cyc_gcc= -I/opt/homebrew/include
INCLUDE_HDF5_sjdunham =
INCLUDE_HDF5_titan_gnu = # Use Module Load
Expand Down Expand Up @@ -257,7 +257,7 @@ INCLUDE = $(INCLUDE_HDF5)
LIBRARIES_HDF5_sn1987b = -L/usr/local/Cellar/hdf5/1.10.5/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_ranchu = -L/usr/local/hdf5/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_ranchuair = -L/usr/local/Cellar/hdf5/1.12.0/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_vass = -L/usr/local/Cellar/hdf5/1.14.3_1/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_vass = -L/usr/local/Cellar/hdf5/1.14.4.3/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_delta-cyc_gcc= -L/opt/homebrew/lib -lhdf5_fortran -lhdf5
LIBRARIES_HDF5_sjdunham =
LIBRARIES_HDF5_titan_gnu = # Use Module Load
Expand Down

0 comments on commit 4c91736

Please sign in to comment.