summarylogtreecommitdiffstats
path: root/use-usr-libs.patch
diff options
context:
space:
mode:
authorJean-Gabriel Young2020-03-20 15:10:58 -0400
committerJean-Gabriel Young2020-03-20 15:10:58 -0400
commitd2d23b0a1e5e879533c92ae7e1cb159c9f6ae910 (patch)
treeb69cbf5d23b2559934736e10304a44fb83d48c59 /use-usr-libs.patch
parent10daff16516e29fb70a21e07447b4a4157f621cf (diff)
downloadaur-python-pystan.tar.gz
2.19.1.1
Diffstat (limited to 'use-usr-libs.patch')
-rw-r--r--use-usr-libs.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/use-usr-libs.patch b/use-usr-libs.patch
deleted file mode 100644
index fe920f187234..000000000000
--- a/use-usr-libs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --unified --recursive --text pystan-2.19.0.0/setup.py pystan-2.19.0.0/setup.py
---- pystan-2.19.0.0/setup.py 2019-04-02 16:12:04.000000000 -0400
-+++ pystan-2.19.0.0/setup.py 2019-06-23 15:55:25.641273923 -0400
-@@ -100,9 +100,11 @@
-
- stan_include_dirs = ['pystan/stan/src',
- 'pystan/stan/lib/stan_math/',
-- 'pystan/stan/lib/stan_math/lib/eigen_3.3.3',
-- 'pystan/stan/lib/stan_math/lib/boost_1.69.0',
-- 'pystan/stan/lib/stan_math/lib/sundials_4.1.0/include']
-+ '/usr/include/eigen3/',
-+ '/usr/include/boost/',
-+ '/usr/include/sundials/',
-+ '/usr/include/cvode/',
-+ '/usr/include/cvodes/']
- stan_macros = [
- ('BOOST_DISABLE_ASSERTS', None),
- ('BOOST_NO_DECLTYPE', None),