pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kallisto: MAKE_JOBS_SAFE=no for Mac M1 8-core
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jul 28 08:27:06 2023 -0500
Changeset: 06215a57bcac90b23445c832d80f7e4701000aea
Modified Files:
kallisto/Makefile
Log Message:
kallisto: MAKE_JOBS_SAFE=no for Mac M1 8-core
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=06215a57bcac90b23445c832d80f7e4701000aea
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
kallisto/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/kallisto/Makefile b/kallisto/Makefile
index cefd851d5d..541ac3a193 100644
--- a/kallisto/Makefile
+++ b/kallisto/Makefile
@@ -20,6 +20,8 @@ SUBST_FILES.test= kallisto-test
SUBST_SED.test= -e 's|/usr/local/share/kallisto|${DATADIR}|g'
CMAKE_ARGS+= -DUSE_HDF5:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
+# Build fails on 8-core Mac M1
+MAKE_JOBS_SAFE= no
INSTALLATION_DIRS+= ${DATADIR}
DATADIR= ${PREFIX}/share/kallisto
Home |
Main Index |
Thread Index |
Old Index