summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDaryl W. Grunau <DarylGrunau@gmail.com>2019-03-23 06:38:29 -0600
committerAxel Huebl <axel.huebl@plasma.ninja>2019-03-23 13:38:29 +0100
commit7081dba9ee10cc8534277ff24116e5b664e5c604 (patch)
treea91b48c4b06bf2dfd941cf943f6fed5a89eebcc9 /var
parent878b122f45815383297a352e689a476c93f4b4b8 (diff)
downloadspack-7081dba9ee10cc8534277ff24116e5b664e5c604.tar.gz
spack-7081dba9ee10cc8534277ff24116e5b664e5c604.tar.bz2
spack-7081dba9ee10cc8534277ff24116e5b664e5c604.tar.xz
spack-7081dba9ee10cc8534277ff24116e5b664e5c604.zip
Packages/zoltan (#10432)
* serialize the F90 interface build * serialize the F90 interface build
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/zoltan/notparallel.patch23
-rw-r--r--var/spack/repos/builtin/packages/zoltan/package.py2
2 files changed, 25 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/zoltan/notparallel.patch b/var/spack/repos/builtin/packages/zoltan/notparallel.patch
new file mode 100644
index 0000000000..acab912df8
--- /dev/null
+++ b/var/spack/repos/builtin/packages/zoltan/notparallel.patch
@@ -0,0 +1,23 @@
+--- a/src/Makefile.in 2013-10-28 14:05:33.000000000 -0600
++++ b/src/Makefile.in 2019-01-23 17:18:00.419423207 -0700
+@@ -3858,6 +3858,9 @@
+
+ include $(top_builddir)/Makefile.export.zoltan
+
++
++@BUILD_ZOLTAN_F90_INTERFACE_TRUE@.NOTPARALLEL:
++
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+--- a/src/fdriver/Makefile.in 2013-10-28 14:05:33.000000000 -0600
++++ b/src/fdriver/Makefile.in 2019-01-23 17:38:28.024843139 -0700
+@@ -683,6 +683,8 @@
+
+ include $(top_builddir)/Makefile.export.zoltan
+
++.NOTPARALLEL:
++
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/var/spack/repos/builtin/packages/zoltan/package.py b/var/spack/repos/builtin/packages/zoltan/package.py
index 4437e8499f..077396c9ea 100644
--- a/var/spack/repos/builtin/packages/zoltan/package.py
+++ b/var/spack/repos/builtin/packages/zoltan/package.py
@@ -29,6 +29,8 @@ class Zoltan(Package):
version('3.6', '9cce794f7241ecd8dbea36c3d7a880f9')
version('3.3', '5eb8f00bda634b25ceefa0122bd18d65')
+ patch('notparallel.patch', when='@3.8')
+
variant('debug', default=False, description='Builds a debug version of the library.')
variant('shared', default=True, description='Builds a shared version of the library.')