pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kallisto: Make sure hdf5 support is on. Default just changed.



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 23 14:05:02 2020 -0500
Changeset:	820d6bc9b6e1542c06f1b499917d7940b1c54b45

Modified Files:
	kallisto/Makefile

Log Message:
kallisto: Make sure hdf5 support is on.  Default just changed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=820d6bc9b6e1542c06f1b499917d7940b1c54b45

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kallisto/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/kallisto/Makefile b/kallisto/Makefile
index 88bd60ec9c..a51724af4b 100644
--- a/kallisto/Makefile
+++ b/kallisto/Makefile
@@ -19,6 +19,7 @@ SUBST_STAGE.test=	pre-configure
 SUBST_FILES.test=	kallisto-test
 SUBST_SED.test=		-e 's|/usr/local/share/kallisto|${DATADIR}|g'
 
+CMAKE_ARGS+=		-DUSE_HDF5:BOOL=ON
 MAKE_JOBS_SAFE=		no
 INSTALLATION_DIRS+=	${DATADIR}
 


Home | Main Index | Thread Index | Old Index