pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/deepstate
Module Name: pkgsrc
Committed By: khorben
Date: Tue Sep 29 03:01:16 UTC 2020
Modified Files:
pkgsrc/devel/deepstate: Makefile PLIST
Log Message:
deepstate: correctly install the binaries
While there, appease pkglint a tad.
Bumps PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/deepstate/Makefile \
pkgsrc/devel/deepstate/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/deepstate/Makefile
diff -u pkgsrc/devel/deepstate/Makefile:1.1 pkgsrc/devel/deepstate/Makefile:1.2
--- pkgsrc/devel/deepstate/Makefile:1.1 Tue Sep 29 02:50:51 2020
+++ pkgsrc/devel/deepstate/Makefile Tue Sep 29 03:01:16 2020
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 02:50:51 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/29 03:01:16 khorben Exp $
+
+PKGREVISION= 1
USE_LANGUAGES= c99 c++
USE_CMAKE= yes
@@ -25,16 +27,17 @@ DEPENDS+= ${PYPKGPREFIX}-z3solver-[0-9]*
PYTHON_VERSIONS_ACCEPTED= 37 36
+CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ${WRKSRC}
+
CMAKE_ARGS+= -DPYTHON=${PREFIX}/bin/python${PYVERSSUFFIX}
-CONFIGURE_DIRS= ${WRKSRC}/build
pre-configure:
- ${MKDIR} ${CONFIGURE_DIRS}
+ cd ${WRKSRC} && ${MKDIR} ${CONFIGURE_DIRS}
post-install:
.for binaryfile in futurize pasteurize
- ${MV} ${FAKEHOMEDIR}/.local/bin/${binaryfile} ${DESTDIR}${PREFIX}/bin
+ ${MV} ${FAKEHOMEDIR}/.local/bin/${binaryfile} ${DESTDIR}${PREFIX}/bin/${binaryfile}
.endfor
.include "Makefile.common"
Index: pkgsrc/devel/deepstate/PLIST
diff -u pkgsrc/devel/deepstate/PLIST:1.1 pkgsrc/devel/deepstate/PLIST:1.2
--- pkgsrc/devel/deepstate/PLIST:1.1 Tue Sep 29 02:50:51 2020
+++ pkgsrc/devel/deepstate/PLIST Tue Sep 29 03:01:16 2020
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/29 02:50:51 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/09/29 03:01:16 khorben Exp $
+bin/futurize
+bin/pasteurize
include/deepstate/Compiler.h
include/deepstate/DeepState.h
include/deepstate/DeepState.hpp
Home |
Main Index |
Thread Index |
Old Index