summarylogtreecommitdiffstats
path: root/use-usr-libs.patch
blob: fe920f1872345622ae09b58b33bdd713bc8c00e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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),