Skip to content

Commit

Permalink
Fix build error on freebsd
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.: cannot open ./config/classic-fflags: No such file or directory
  • Loading branch information
balay authored Dec 2, 2023
1 parent ac650fa commit c6c9f31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ fi
# Figure out Intel oneAPI FC compiler flags
. $srcdir/config/oneapi-fflags

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

# The default C++ compiler

# The default compiler is 'c++'.
Expand Down

0 comments on commit c6c9f31

Please sign in to comment.