pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 19:02:05 UTC 2024

Modified Files:
        pkgsrc/math/py-scipy: Makefile

Log Message:
py-scipy: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/math/py-scipy/Makefile

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

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.79 pkgsrc/math/py-scipy/Makefile:1.80
--- pkgsrc/math/py-scipy/Makefile:1.79  Mon Apr 29 23:01:39 2024
+++ pkgsrc/math/py-scipy/Makefile       Sun May  5 19:02:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2024/04/29 23:01:39 gutteridge Exp $
+# $NetBSD: Makefile,v 1.80 2024/05/05 19:02:05 wiz Exp $
 
 DISTNAME=      scipy-1.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -60,6 +60,8 @@ LDFLAGS.Darwin+=      -headerpad_max_install_
 # one can specify blas and cblas separately. The distinction
 # does not matter for openblas.
 BLAS_ACCEPTED=         ${_BLAS_TYPES}
+# next line is needed, don't believe pkglint
+BLAS_C_INTERFACE=      yes
 WHEEL_ARGS+=           -Csetup-args=-Dblas=${BLAS_PC}
 WHEEL_ARGS+=           -Csetup-args=-Dlapack=${LAPACK_PC}
 WHEEL_ARGS+=           -Ccompile-args=-j${MAKE_JOBS:U1}



Home | Main Index | Thread Index | Old Index