Skip to content

Commit

Permalink
Merge pull request #70 from thomas-robinson/hpcmeyamlfix
Browse files Browse the repository at this point in the history
Updates hpcme 21 template for libyaml use
  • Loading branch information
ceblanton authored Jul 11, 2024
2 parents 055b139 + 62e9892 commit e2328ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/hpcme-intel21.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NETCDF = # If value is '3' and CPPDEFS contains

# A list of -I Include directories to be added to the
# the compile command.
INCLUDES := $(shell pkg-config --cflags yaml) $(shell pkg-config --cflags hdf5) $(shell pkg-config --cflags hdf5_fortran) $(shell nf-config --flibs) $(shell nc-config --cflags) $(shell nf-config --fflags)
INCLUDES := $(shell pkg-config --cflags yaml-0.1) $(shell pkg-config --cflags hdf5) $(shell pkg-config --cflags hdf5_fortran) $(shell nf-config --flibs) $(shell nc-config --cflags) $(shell nf-config --fflags)

# The Intel Instruction Set Archetecture (ISA) compile
# option to use.
Expand Down Expand Up @@ -143,7 +143,7 @@ LDFLAGS_VERBOSE := -Wl,-V,--verbose,-cref,-M
LDFLAGS_COVERAGE = -prof-gen=srcpos

# List of -L library directories to be added to the compile and linking commands
LIBS := $(shell pkg-config --libs yaml) $(shell pkg-config --libs hdf5) $(shell pkg-config --libs hdf5_fortran) $(shell pkg-config --libs hdf5_hl) $(shell nf-config --flibs) $(shell nc-config --libs)
LIBS := $(shell pkg-config --libs yaml-0.1) $(shell pkg-config --libs hdf5) $(shell pkg-config --libs hdf5_fortran) $(shell pkg-config --libs hdf5_hl) $(shell nf-config --flibs) $(shell nc-config --libs)

# Get compile flags based on target macros.
ifdef REPRO
Expand Down

0 comments on commit e2328ac

Please sign in to comment.