Skip to content

Commit 833e441

Browse files
committed
allow system flags
1 parent 64f9e37 commit 833e441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
curl -O -L https://github.com/HDFGroup/hdf5/archive/refs/tags/snapshot-1.14.tar.gz
124124
tar zxf snapshot-1.14.tar.gz
125125
cd hdf5-snapshot-1.14
126-
./configure --prefix=/tmp CC="$(which icx)" FC="$(which ifx)" --enable-build-mode=production --enable-fortran
126+
sh ./configure --prefix=/tmp CC="$(which icx)" FC="$(which ifx)" --enable-build-mode=production --enable-fortran
127127
make -j
128128
make check -j
129129

src/fpm_meta.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ subroutine init_hdf5(this,compiler,error)
17661766
end do
17671767

17681768
!> Get compiler flags
1769-
flags = pkgcfg_get_build_flags(name,.false.,error)
1769+
flags = pkgcfg_get_build_flags(name,.true.,error)
17701770
if (allocated(error)) return
17711771

17721772
do i=1,size(flags)

0 commit comments

Comments
 (0)