Skip to content

Commit 2b160a5

Browse files
committed
Update var/spack/repos/builtin/packages/parallel-netcdf/package.py
1 parent c17cb31 commit 2b160a5

File tree

1 file changed

+3
-16
lines changed
  • var/spack/repos/builtin/packages/parallel-netcdf

1 file changed

+3
-16
lines changed

var/spack/repos/builtin/packages/parallel-netcdf/package.py

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,9 @@ def url_for_version(self, version):
6868

6969
depends_on("perl", type="build")
7070

71-
# Suport for shared libraries was introduced in version 1.9.0
72-
conflicts("+shared", when="@:1.8")
73-
conflicts("+burstbuffer", when="@:1.10")
74-
75-
# Before 1.10.0, C utility programs (e.g. ncmpigen) were linked without
76-
# explicit specification of the Fortran runtime libraries, which is
77-
# required when libpnetcdf.so contains Fortran symbols. Libtool sets the
78-
# required linking flags implicitly but only if the Fortran compiler
79-
# produces verbose output with the '-v' flag (and, due to a bug in Libtool,
80-
# when CXX is not set to 'no'; see macro _LT_LANG_FC_CONFIG in libtool.m4
81-
# for more details). The latter is not the case for NAG. Starting 1.10.0,
82-
# the required linking flags are explicitly set in the makefiles and
83-
# detected using macro AC_FC_LIBRARY_LDFLAGS, which means that we can
84-
# override the verbose output flag for Fortran compiler on the command line
85-
# (see below).
86-
conflicts("+shared", when="@:1.9%nag+fortran")
71+
# https://github.com/JCSDA/spack-stack/issues/1436
72+
patch("parallel-netcdf-1.12.3-intel-irc-intlc.patch", when="@1.12.3 %intel")
73+
patch("parallel-netcdf-1.12.3-intel-irc-intlc.patch", when="@1.12.3 %oneapi")
8774

8875
@property
8976
def libs(self):

0 commit comments

Comments
 (0)