Skip to content

Commit

Permalink
Fix build error on freebsd (HDFGroup#3883)
Browse files Browse the repository at this point in the history
Fixes:

checking for config freebsd12.1... no
checking for config freebsd... found
compiler '/home/svcpetsc/petsc-hash-pkgs/39f577/bin/mpicc' is GNU gcc-9.2.0
compiler '/home/svcpetsc/petsc-hash-pkgs/39f577/bin/mpif90' is GNU gfortran-9.2.0
stdout: .: cannot open ./config/classic-fflags: No such file or directory
  • Loading branch information
balay authored and lrknox committed Jan 3, 2024
1 parent 72e33ad commit 1f67b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
. $srcdir/config/oneapi-fflags

# Figure out Intel classic FC compiler flags
. $srcdir/config/classic-fflags
. $srcdir/config/intel-fflags

# The default C++ compiler

Expand Down

0 comments on commit 1f67b00

Please sign in to comment.