From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../pymc/files/pymc-2.3.6-remove-hardcoded-blas.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sci-mathematics/pymc/files/pymc-2.3.6-remove-hardcoded-blas.patch (limited to 'sci-mathematics/pymc/files') diff --git a/sci-mathematics/pymc/files/pymc-2.3.6-remove-hardcoded-blas.patch b/sci-mathematics/pymc/files/pymc-2.3.6-remove-hardcoded-blas.patch new file mode 100644 index 000000000000..93ce86f5c717 --- /dev/null +++ b/sci-mathematics/pymc/files/pymc-2.3.6-remove-hardcoded-blas.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -80,7 +80,7 @@ + + # Compile covariance functions + config.add_extension(name='gp.cov_funs.isotropic_cov_funs',\ +-sources=['pymc/gp/cov_funs/isotropic_cov_funs.f','blas/BLAS/dscal.f'],\ ++sources=['pymc/gp/cov_funs/isotropic_cov_funs.f'],\ + extra_info=lapack_info) + + config.add_extension(name='gp.cov_funs.distances',sources=['pymc/gp/cov_funs/distances.f'], extra_info=lapack_info) -- cgit v1.2.3