summaryrefslogtreecommitdiff
path: root/sci-mathematics/pymc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /sci-mathematics/pymc/files
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'sci-mathematics/pymc/files')
-rw-r--r--sci-mathematics/pymc/files/pymc-2.3.6-remove-hardcoded-blas.patch11
1 files changed, 0 insertions, 11 deletions
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
deleted file mode 100644
index 93ce86f5c717..000000000000
--- a/sci-mathematics/pymc/files/pymc-2.3.6-remove-hardcoded-blas.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)