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:   minskim
Date:           Thu Jul  5 04:31:05 UTC 2018

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

Log Message:
math/py-scipy: Add -headerpad_max_install_names in linking on Darwin

Without the link option, install_name_tool may cause an error.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/math/py-scipy/Makefile:1.34
--- pkgsrc/math/py-scipy/Makefile:1.33  Mon May 14 06:39:32 2018
+++ pkgsrc/math/py-scipy/Makefile       Thu Jul  5 04:31:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/05/14 06:39:32 adam Exp $
+# $NetBSD: Makefile,v 1.34 2018/07/05 04:31:05 minskim Exp $
 
 DISTNAME=      scipy-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,6 +28,8 @@ BROKEN=               Requires fortran 95
 CPPFLAGS+=     -D__STDC_FORMAT_MACROS
 FFLAGS+=       -fPIC
 
+LDFLAGS.Darwin+=       -headerpad_max_install_names
+
 REPLACE_PYTHON+=       scipy/cluster/setup.py
 REPLACE_PYTHON+=       scipy/cluster/tests/test_hierarchy.py
 REPLACE_PYTHON+=       scipy/cluster/tests/test_vq.py



Home | Main Index | Thread Index | Old Index