pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lapack and friends: Set GITHUB_PROJECT to fix fetch, silence pkglint
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Jul 19 13:03:00 2020 -0500
Changeset: a44eba8aaa8929dba913ccde519fcd6e8afa8c39
Modified Files:
blas/Makefile
cblas/Makefile
lapack/Makefile
lapack/Makefile.common
lapacke/Makefile
Log Message:
lapack and friends: Set GITHUB_PROJECT to fix fetch, silence pkglint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a44eba8aaa8929dba913ccde519fcd6e8afa8c39
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
blas/Makefile | 1 +
cblas/Makefile | 1 +
lapack/Makefile | 2 +-
lapack/Makefile.common | 3 +--
lapacke/Makefile | 1 +
5 files changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/blas/Makefile b/blas/Makefile
index 5fc612fd7d..6552051126 100644
--- a/blas/Makefile
+++ b/blas/Makefile
@@ -7,3 +7,4 @@ LAPACK_COMPONENT_CMAKE_ARGS= \
-DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=OFF
.include "../../wip/lapack/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cblas/Makefile b/cblas/Makefile
index 0de20cb602..a2a167879a 100644
--- a/cblas/Makefile
+++ b/cblas/Makefile
@@ -11,3 +11,4 @@ LAPACK_COMPONENT_CMAKE_ARGS= \
.include "../../wip/mk/blas.buildlink3.mk"
.include "../../wip/lapack/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lapack/Makefile b/lapack/Makefile
index 8ccf5fcf75..20ebe34eb2 100644
--- a/lapack/Makefile
+++ b/lapack/Makefile
@@ -14,5 +14,5 @@ LAPACK_COMPONENT_CMAKE_ARGS= \
# their own LAPACK, hence cblas and lapacke packages use
# mk/blas.buildlink3.mk instead.
.include "../../wip/blas/buildlink3.mk"
-
.include "../../wip/lapack/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lapack/Makefile.common b/lapack/Makefile.common
index a52b8c56ad..49a455f2d4 100644
--- a/lapack/Makefile.common
+++ b/lapack/Makefile.common
@@ -12,6 +12,7 @@ DISTNAME= lapack-${NETLIB_BLAS_VERSION}
PKGNAME= ${LAPACK_COMPONENT}-${NETLIB_BLAS_VERSION}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=Reference-LAPACK/}
+GITHUB_PROJECT= lapack
GITHUB_TAG= v${NETLIB_BLAS_VERSION}
HOMEPAGE= https://www.netlib.org/lapack/
@@ -39,5 +40,3 @@ CMAKE_ARGS= -DBUILD_DEPRECATED=ON \
post-extract:
${RUN} mkdir -p ${WRKSRC}/build
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lapacke/Makefile b/lapacke/Makefile
index 9cb1b4dc5f..582c7df159 100644
--- a/lapacke/Makefile
+++ b/lapacke/Makefile
@@ -11,3 +11,4 @@ LAPACK_COMPONENT_CMAKE_ARGS= \
.include "../../wip/mk/blas.buildlink3.mk"
.include "../../wip/lapack/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index