pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
openblas: Clean up Makefile and PLIST
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Thu Sep 21 21:24:06 2017 -0500
Changeset: 7a7c1a669c4dd61a3876cbc9fe44c1794a4584de
Modified Files:
openblas/Makefile
openblas/PLIST
Log Message:
openblas: Clean up Makefile and PLIST
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a7c1a669c4dd61a3876cbc9fe44c1794a4584de
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openblas/Makefile | 6 ++----
openblas/PLIST | 5 -----
2 files changed, 2 insertions(+), 9 deletions(-)
diffs:
diff --git a/openblas/Makefile b/openblas/Makefile
index 7b60cb9942..c855456fb2 100644
--- a/openblas/Makefile
+++ b/openblas/Makefile
@@ -128,9 +128,7 @@ SUBST_FILES.threads+= ${WRKSRC}/ctest/Makefile
# Keep this if there are user-selectable options.
# .include "options.mk"
-# Specify which directories to create before install.
-# You should only need this if using your own install target.
-INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 share/doc share/examples
+INSTALLATION_DIRS= lib
post-extract:
cd ${DISTDIR}/${DIST_SUBDIR} ; \
@@ -152,7 +150,7 @@ BENCHMARK_MAXTHREADS?= ${MAXTHREADS}
#.if ${PORT_OPTIONS:MOPENMP}
#BENCHMARK_THREADS_FLAG= OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
#.else
-#BENCHMARK_THREADS_FLAG= OPENBLAS_NUM_THREADS=${BENCHMARK_MAXTHREADS}
+BENCHMARK_THREADS_FLAG= OPENBLAS_NUM_THREADS=${BENCHMARK_MAXTHREADS}
#.endif
.PHONY: benchmark
diff --git a/openblas/PLIST b/openblas/PLIST
index 7afd687f5f..f9515c1957 100644
--- a/openblas/PLIST
+++ b/openblas/PLIST
@@ -5,8 +5,3 @@ lib/libopenblas.so.0
lib/libopenblasp.a
lib/libopenblasp.so
lib/libopenblasp.so.0
-@pkgdir share/examples
-@pkgdir share/doc
-@pkgdir man/man1
-@pkgdir include
-@pkgdir bin
Home |
Main Index |
Thread Index |
Old Index