summarylogtreecommitdiffstats
path: root/use-usr-libs.patch
diff options
context:
space:
mode:
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),