Advertisement
julianty

Raw attempts to install pyadolc 9/6-9/7

Sep 7th, 2017
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 141.07 KB | None | 0 0
  1. Last login: Wed Sep 6 22:45:30 on ttys001
  2. Alexanders-MacBook-Air:~ alexanderjulianty$ brew list
  3. adol-c boost-python numpy readline xz
  4. autoconf colpack openssl shtool
  5. automake gdbm openssl@1.1 sqlite
  6. boost libtool python wget
  7. Alexanders-MacBook-Air:~ alexanderjulianty$ brew install scipy
  8. ==> Installing dependencies for scipy: python3, gmp, mpfr, libmpc, isl, gcc
  9. ==> Installing scipy dependency: python3
  10. ==> Downloading https://homebrew.bintray.com/bottles/python3-3.6.2.sierra.bottle
  11. Already downloaded: /Users/alexanderjulianty/Library/Caches/Homebrew/python3-3.6.2.sierra.bottle.tar.gz
  12. ==> Pouring python3-3.6.2.sierra.bottle.tar.gz
  13. ==> /usr/local/Cellar/python3/3.6.2/bin/python3 -s setup.py --no-user-cfg instal
  14. ==> /usr/local/Cellar/python3/3.6.2/bin/python3 -s setup.py --no-user-cfg instal
  15. ==> /usr/local/Cellar/python3/3.6.2/bin/python3 -s setup.py --no-user-cfg instal
  16. ==> Caveats
  17. Pip, setuptools, and wheel have been installed. To update them
  18. pip3 install --upgrade pip setuptools wheel
  19.  
  20. You can install Python packages with
  21. pip3 install <package>
  22.  
  23. They will install into the site-package directory
  24. /usr/local/lib/python3.6/site-packages
  25.  
  26. See: https://docs.brew.sh/Homebrew-and-Python.html
  27. ==> Summary
  28. 🍺 /usr/local/Cellar/python3/3.6.2: 3,598 files, 55.9MB
  29. ==> Installing scipy dependency: gmp
  30. ==> Downloading https://homebrew.bintray.com/bottles/gmp-6.1.2.sierra.bottle.1.t
  31. ######################################################################## 100.0%
  32. ==> Pouring gmp-6.1.2.sierra.bottle.1.tar.gz
  33. 🍺 /usr/local/Cellar/gmp/6.1.2: 18 files, 3.1MB
  34. ==> Installing scipy dependency: mpfr
  35. ==> Downloading https://homebrew.bintray.com/bottles/mpfr-3.1.5.sierra.bottle.ta
  36. ######################################################################## 100.0%
  37. ==> Pouring mpfr-3.1.5.sierra.bottle.tar.gz
  38. 🍺 /usr/local/Cellar/mpfr/3.1.5: 25 files, 3.6MB
  39. ==> Installing scipy dependency: libmpc
  40. ==> Downloading https://homebrew.bintray.com/bottles/libmpc-1.0.3_1.sierra.bottl
  41. ######################################################################## 100.0%
  42. ==> Pouring libmpc-1.0.3_1.sierra.bottle.tar.gz
  43. 🍺 /usr/local/Cellar/libmpc/1.0.3_1: 12 files, 345.0KB
  44. ==> Installing scipy dependency: isl
  45. ==> Downloading https://homebrew.bintray.com/bottles/isl-0.18.sierra.bottle.tar.
  46. ######################################################################## 100.0%
  47. ==> Pouring isl-0.18.sierra.bottle.tar.gz
  48. 🍺 /usr/local/Cellar/isl/0.18: 80 files, 3.8MB
  49. ==> Installing scipy dependency: gcc
  50. ==> Downloading https://homebrew.bintray.com/bottles/gcc-7.2.0.sierra.bottle.tar
  51. ######################################################################## 100.0%
  52. ==> Pouring gcc-7.2.0.sierra.bottle.tar.gz
  53. 🍺 /usr/local/Cellar/gcc/7.2.0: 1,487 files, 284MB
  54. ==> Installing scipy
  55. ==> Downloading https://homebrew.bintray.com/bottles/scipy-0.19.1_1.sierra.bottl
  56. ######################################################################## 100.0%
  57. ==> Pouring scipy-0.19.1_1.sierra.bottle.tar.gz
  58. ==> Caveats
  59. Python modules have been installed and Homebrew's site-packages is not
  60. in your Python sys.path, so you will not be able to import the modules
  61. this formula installed. If you plan to develop with these modules,
  62. please run:
  63. mkdir -p /Users/alexanderjulianty/Library/Python/2.7/lib/python/site-packages
  64. echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/alexanderjulianty/Library/Python/2.7/lib/python/site-packages/homebrew.pth
  65. ==> Summary
  66. 🍺 /usr/local/Cellar/scipy/0.19.1_1: 1,836 files, 101.7MB
  67. Alexanders-MacBook-Air:~ alexanderjulianty$ python
  68. Python 2.7.10 (default, Feb 7 2017, 00:08:15)
  69. [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
  70. Type "help", "copyright", "credits" or "license" for more information.
  71. >>> quit()
  72. Alexanders-MacBook-Air:~ alexanderjulianty$ ls
  73. #Mathnasium.Rmd# Pictures
  74. #TUTORIAL# Public
  75. %89O%E1%D3%F8?v%E1 PycharmProjects
  76. Applications PythonPlayground
  77. Data Assimilation Adaptive NN Qt5.4.1
  78. Desktop TUTORIAL
  79. Documents TUTORIAL~
  80. Downloads brush
  81. Dropbox datasciencecoursera
  82. Github environment.yml
  83. Library javastuff
  84. Movies mystuff
  85. Music tmp_3DyDq.plist
  86. Alexanders-MacBook-Air:~ alexanderjulianty$ cd "Data Assimilation Adaptive NN"/
  87. Alexanders-MacBook-Air:Data Assimilation Adaptive NN alexanderjulianty$ ls
  88. pyadolc-master pyadolc-master.zip
  89. Alexanders-MacBook-Air:Data Assimilation Adaptive NN alexanderjulianty$ cd pyadolc-master
  90. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ ls
  91. KNOWN_BUGS_AND_PITFALLS.rst doc
  92. README.rst examples
  93. adolc setup.py
  94. bootstrap.sh tests
  95. build
  96. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python setup.py build
  97.  
  98. Please check that the following settings are correct for your system:
  99.  
  100. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  101.  
  102. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  103.  
  104.  
  105. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  106. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  107.  
  108. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  109. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  110.  
  111. You can also specify the compiler, e.g. by
  112. ``export CC=clang`` and ``export CXX=clang++`` or run
  113.  
  114. Example:
  115.  
  116. CC=clang CXX=clang++ python setup.py
  117.  
  118.  
  119. Press enter to build pyadolc.
  120. running build
  121. running build_py
  122. creating build/lib.macosx-10.12-intel-2.7
  123. creating build/lib.macosx-10.12-intel-2.7/adolc
  124. copying adolc/__init__.py -> build/lib.macosx-10.12-intel-2.7/adolc
  125. copying adolc/cgraph.py -> build/lib.macosx-10.12-intel-2.7/adolc
  126. copying adolc/finitedifferences.py -> build/lib.macosx-10.12-intel-2.7/adolc
  127. copying adolc/interpolation.py -> build/lib.macosx-10.12-intel-2.7/adolc
  128. copying adolc/linalg.py -> build/lib.macosx-10.12-intel-2.7/adolc
  129. copying adolc/tangent.py -> build/lib.macosx-10.12-intel-2.7/adolc
  130. copying adolc/wrapped_functions.py -> build/lib.macosx-10.12-intel-2.7/adolc
  131. creating build/lib.macosx-10.12-intel-2.7/adolc/colpack
  132. copying adolc/colpack/__init__.py -> build/lib.macosx-10.12-intel-2.7/adolc/colpack
  133. copying adolc/colpack/wrapped_functions.py -> build/lib.macosx-10.12-intel-2.7/adolc/colpack
  134. creating build/lib.macosx-10.12-intel-2.7/adolc/colpack/tests
  135. copying adolc/colpack/tests/__init__.py -> build/lib.macosx-10.12-intel-2.7/adolc/colpack/tests
  136. copying adolc/colpack/tests/test_wrapped_functions.py -> build/lib.macosx-10.12-intel-2.7/adolc/colpack/tests
  137. creating build/lib.macosx-10.12-intel-2.7/adolc/sparse
  138. copying adolc/sparse/__init__.py -> build/lib.macosx-10.12-intel-2.7/adolc/sparse
  139. copying adolc/sparse/wrapped_functions.py -> build/lib.macosx-10.12-intel-2.7/adolc/sparse
  140. creating build/lib.macosx-10.12-intel-2.7/adolc/sparse/tests
  141. copying adolc/sparse/tests/__init__.py -> build/lib.macosx-10.12-intel-2.7/adolc/sparse/tests
  142. copying adolc/sparse/tests/test_wrapped_functions.py -> build/lib.macosx-10.12-intel-2.7/adolc/sparse/tests
  143. creating build/lib.macosx-10.12-intel-2.7/adolc/tests
  144. copying adolc/tests/__init__.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  145. copying adolc/tests/test_cgraph.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  146. copying adolc/tests/test_finitedifferences.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  147. copying adolc/tests/test_interpolation.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  148. copying adolc/tests/test_linalg.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  149. copying adolc/tests/test_tangent.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  150. copying adolc/tests/test_wrapped_functions.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  151. copying adolc/tests/test_wrapped_functions_complicated.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  152. copying adolc/tests/test_wrapped_functions_future.py -> build/lib.macosx-10.12-intel-2.7/adolc/tests
  153. running build_ext
  154. building '_adolc' extension
  155. C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
  156.  
  157. creating build/temp.macosx-10.12-intel-2.7
  158. creating build/temp.macosx-10.12-intel-2.7/adolc
  159. creating build/temp.macosx-10.12-intel-2.7/adolc/src
  160. compile options: '-Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  161. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  162. cc: adolc/src/num_util.cpp
  163. In file included from adolc/src/num_util.cpp:8:
  164. adolc/src/num_util.h:32:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  165. boost::python::numeric::array makeNum(boost::python::object x);
  166. ^~~~~~~~~~~~~~~~~~~~~~
  167. boost::numeric
  168. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  169. namespace boost { namespace numeric {
  170. ^
  171. In file included from adolc/src/num_util.cpp:8:
  172. adolc/src/num_util.h:32:27: error: no type named 'array' in namespace 'boost::numeric'
  173. boost::python::numeric::array makeNum(boost::python::object x);
  174. ~~~~~~~~~^
  175. adolc/src/num_util.h:41:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  176. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  177. ^~~~~~~~~~~~~~~~~~~~~~
  178. boost::numeric
  179. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  180. namespace boost { namespace numeric {
  181. ^
  182. In file included from adolc/src/num_util.cpp:8:
  183. adolc/src/num_util.h:41:27: error: no type named 'array' in namespace 'boost::numeric'
  184. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  185. ~~~~~~~~~^
  186. adolc/src/num_util.h:50:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  187. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  188. ^~~~~~~~~~~~~~~~~~~~~~
  189. boost::numeric
  190. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  191. namespace boost { namespace numeric {
  192. ^
  193. In file included from adolc/src/num_util.cpp:8:
  194. adolc/src/num_util.h:50:27: error: no type named 'array' in namespace 'boost::numeric'
  195. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  196. ~~~~~~~~~^
  197. adolc/src/num_util.h:76:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  198. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  199. ^~~~~~~~~~~~~~~~~~~~~~
  200. boost::numeric
  201. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  202. namespace boost { namespace numeric {
  203. ^
  204. In file included from adolc/src/num_util.cpp:8:
  205. adolc/src/num_util.h:76:49: error: no type named 'array' in namespace 'boost::numeric'
  206. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  207. ~~~~~~~~~^
  208. adolc/src/num_util.h:80:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  209. return boost::python::extract<boost::python::numeric::array>(obj);
  210. ^~~~~~~~~~~~~~~~~~~~~~
  211. boost::numeric
  212. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  213. namespace boost { namespace numeric {
  214. ^
  215. In file included from adolc/src/num_util.cpp:8:
  216. adolc/src/num_util.h:80:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  217. return boost::python::extract<boost::python::numeric::array>(obj);
  218. ^~~~~~~~~~~~~~
  219. boost::array
  220. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  221. class array {
  222. ^
  223. In file included from adolc/src/num_util.cpp:8:
  224. adolc/src/num_util.h:80:50: error: use of class template 'boost::numeric::array' requires template arguments
  225. return boost::python::extract<boost::python::numeric::array>(obj);
  226. ^~~~~~~~~~~~~~
  227. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  228. class array {
  229. ^
  230. In file included from adolc/src/num_util.cpp:8:
  231. adolc/src/num_util.h:93:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  232. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  233. ^~~~~~~~~~~~~~~~~~~~~~
  234. boost::numeric
  235. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  236. namespace boost { namespace numeric {
  237. ^
  238. In file included from adolc/src/num_util.cpp:8:
  239. adolc/src/num_util.h:93:49: error: no type named 'array' in namespace 'boost::numeric'
  240. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  241. ~~~~~~~~~^
  242. adolc/src/num_util.h:98:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  243. return boost::python::extract<boost::python::numeric::array>(obj);
  244. ^~~~~~~~~~~~~~~~~~~~~~
  245. boost::numeric
  246. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  247. namespace boost { namespace numeric {
  248. ^
  249. In file included from adolc/src/num_util.cpp:8:
  250. adolc/src/num_util.h:98:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  251. return boost::python::extract<boost::python::numeric::array>(obj);
  252. ^~~~~~~~~~~~~~
  253. boost::array
  254. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  255. class array {
  256. ^
  257. In file included from adolc/src/num_util.cpp:8:
  258. adolc/src/num_util.h:98:50: error: use of class template 'boost::numeric::array' requires template arguments
  259. return boost::python::extract<boost::python::numeric::array>(obj);
  260. ^~~~~~~~~~~~~~
  261. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  262. class array {
  263. ^
  264. In file included from adolc/src/num_util.cpp:8:
  265. adolc/src/num_util.h:107:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  266. boost::python::numeric::array makeNum(const
  267. ^~~~~~~~~~~~~~~~~~~~~~
  268. boost::numeric
  269. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  270. namespace boost { namespace numeric {
  271. ^
  272. In file included from adolc/src/num_util.cpp:8:
  273. adolc/src/num_util.h:107:27: error: no type named 'array' in namespace 'boost::numeric'
  274. boost::python::numeric::array makeNum(const
  275. ~~~~~~~~~^
  276. adolc/src/num_util.h:108:6: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  277. boost::python::numeric::array& arr);
  278. ^~~~~~~~~~~~~~~~~~~~~~
  279. boost::numeric
  280. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  281. namespace boost { namespace numeric {
  282. ^
  283. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  284. 20 errors generated.
  285. In file included from adolc/src/num_util.cpp:8:
  286. adolc/src/num_util.h:32:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  287. boost::python::numeric::array makeNum(boost::python::object x);
  288. ^~~~~~~~~~~~~~~~~~~~~~
  289. boost::numeric
  290. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  291. namespace boost { namespace numeric {
  292. ^
  293. In file included from adolc/src/num_util.cpp:8:
  294. adolc/src/num_util.h:32:27: error: no type named 'array' in namespace 'boost::numeric'
  295. boost::python::numeric::array makeNum(boost::python::object x);
  296. ~~~~~~~~~^
  297. adolc/src/num_util.h:41:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  298. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  299. ^~~~~~~~~~~~~~~~~~~~~~
  300. boost::numeric
  301. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  302. namespace boost { namespace numeric {
  303. ^
  304. In file included from adolc/src/num_util.cpp:8:
  305. adolc/src/num_util.h:41:27: error: no type named 'array' in namespace 'boost::numeric'
  306. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  307. ~~~~~~~~~^
  308. adolc/src/num_util.h:50:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  309. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  310. ^~~~~~~~~~~~~~~~~~~~~~
  311. boost::numeric
  312. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  313. namespace boost { namespace numeric {
  314. ^
  315. In file included from adolc/src/num_util.cpp:8:
  316. adolc/src/num_util.h:50:27: error: no type named 'array' in namespace 'boost::numeric'
  317. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  318. ~~~~~~~~~^
  319. adolc/src/num_util.h:76:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  320. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  321. ^~~~~~~~~~~~~~~~~~~~~~
  322. boost::numeric
  323. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  324. namespace boost { namespace numeric {
  325. ^
  326. In file included from adolc/src/num_util.cpp:8:
  327. adolc/src/num_util.h:76:49: error: no type named 'array' in namespace 'boost::numeric'
  328. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  329. ~~~~~~~~~^
  330. adolc/src/num_util.h:80:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  331. return boost::python::extract<boost::python::numeric::array>(obj);
  332. ^~~~~~~~~~~~~~~~~~~~~~
  333. boost::numeric
  334. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  335. namespace boost { namespace numeric {
  336. ^
  337. In file included from adolc/src/num_util.cpp:8:
  338. adolc/src/num_util.h:80:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  339. return boost::python::extract<boost::python::numeric::array>(obj);
  340. ^~~~~~~~~~~~~~
  341. boost::array
  342. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  343. class array {
  344. ^
  345. In file included from adolc/src/num_util.cpp:8:
  346. adolc/src/num_util.h:80:50: error: use of class template 'boost::numeric::array' requires template arguments
  347. return boost::python::extract<boost::python::numeric::array>(obj);
  348. ^~~~~~~~~~~~~~
  349. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  350. class array {
  351. ^
  352. In file included from adolc/src/num_util.cpp:8:
  353. adolc/src/num_util.h:93:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  354. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  355. ^~~~~~~~~~~~~~~~~~~~~~
  356. boost::numeric
  357. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  358. namespace boost { namespace numeric {
  359. ^
  360. In file included from adolc/src/num_util.cpp:8:
  361. adolc/src/num_util.h:93:49: error: no type named 'array' in namespace 'boost::numeric'
  362. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  363. ~~~~~~~~~^
  364. adolc/src/num_util.h:98:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  365. return boost::python::extract<boost::python::numeric::array>(obj);
  366. ^~~~~~~~~~~~~~~~~~~~~~
  367. boost::numeric
  368. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  369. namespace boost { namespace numeric {
  370. ^
  371. In file included from adolc/src/num_util.cpp:8:
  372. adolc/src/num_util.h:98:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  373. return boost::python::extract<boost::python::numeric::array>(obj);
  374. ^~~~~~~~~~~~~~
  375. boost::array
  376. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  377. class array {
  378. ^
  379. In file included from adolc/src/num_util.cpp:8:
  380. adolc/src/num_util.h:98:50: error: use of class template 'boost::numeric::array' requires template arguments
  381. return boost::python::extract<boost::python::numeric::array>(obj);
  382. ^~~~~~~~~~~~~~
  383. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  384. class array {
  385. ^
  386. In file included from adolc/src/num_util.cpp:8:
  387. adolc/src/num_util.h:107:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  388. boost::python::numeric::array makeNum(const
  389. ^~~~~~~~~~~~~~~~~~~~~~
  390. boost::numeric
  391. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  392. namespace boost { namespace numeric {
  393. ^
  394. In file included from adolc/src/num_util.cpp:8:
  395. adolc/src/num_util.h:107:27: error: no type named 'array' in namespace 'boost::numeric'
  396. boost::python::numeric::array makeNum(const
  397. ~~~~~~~~~^
  398. adolc/src/num_util.h:108:6: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  399. boost::python::numeric::array& arr);
  400. ^~~~~~~~~~~~~~~~~~~~~~
  401. boost::numeric
  402. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  403. namespace boost { namespace numeric {
  404. ^
  405. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  406. 20 errors generated.
  407. error: Command "cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c adolc/src/num_util.cpp -o build/temp.macosx-10.12-intel-2.7/adolc/src/num_util.o -std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs" failed with exit status 1
  408. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew list
  409. adol-c colpack libmpc openssl@1.1 shtool
  410. autoconf gcc libtool python sqlite
  411. automake gdbm mpfr python3 wget
  412. boost gmp numpy readline xz
  413. boost-python isl openssl scipy
  414. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ python2
  415. Python 2.7.13 (default, Jul 18 2017, 09:17:00)
  416. [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
  417. Type "help", "copyright", "credits" or "license" for more information.
  418. >>> quit()
  419. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python2 setup.py build
  420.  
  421. Please check that the following settings are correct for your system:
  422.  
  423. include_dirs = ['/usr/local/lib/python2.7/site-packages/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  424.  
  425. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  426.  
  427.  
  428. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  429. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  430.  
  431. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  432. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  433.  
  434. You can also specify the compiler, e.g. by
  435. ``export CC=clang`` and ``export CXX=clang++`` or run
  436.  
  437. Example:
  438.  
  439. CC=clang CXX=clang++ python setup.py
  440.  
  441.  
  442. Press enter to build pyadolc.
  443. running build
  444. running build_py
  445. creating build/lib.macosx-10.12-x86_64-2.7
  446. creating build/lib.macosx-10.12-x86_64-2.7/adolc
  447. copying adolc/__init__.py -> build/lib.macosx-10.12-x86_64-2.7/adolc
  448. copying adolc/cgraph.py -> build/lib.macosx-10.12-x86_64-2.7/adolc
  449. copying adolc/finitedifferences.py -> build/lib.macosx-10.12-x86_64-2.7/adolc
  450. copying adolc/interpolation.py -> build/lib.macosx-10.12-x86_64-2.7/adolc
  451. copying adolc/linalg.py -> build/lib.macosx-10.12-x86_64-2.7/adolc
  452. copying adolc/tangent.py -> build/lib.macosx-10.12-x86_64-2.7/adolc
  453. copying adolc/wrapped_functions.py -> build/lib.macosx-10.12-x86_64-2.7/adolc
  454. creating build/lib.macosx-10.12-x86_64-2.7/adolc/colpack
  455. copying adolc/colpack/__init__.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/colpack
  456. copying adolc/colpack/wrapped_functions.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/colpack
  457. creating build/lib.macosx-10.12-x86_64-2.7/adolc/colpack/tests
  458. copying adolc/colpack/tests/__init__.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/colpack/tests
  459. copying adolc/colpack/tests/test_wrapped_functions.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/colpack/tests
  460. creating build/lib.macosx-10.12-x86_64-2.7/adolc/sparse
  461. copying adolc/sparse/__init__.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/sparse
  462. copying adolc/sparse/wrapped_functions.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/sparse
  463. creating build/lib.macosx-10.12-x86_64-2.7/adolc/sparse/tests
  464. copying adolc/sparse/tests/__init__.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/sparse/tests
  465. copying adolc/sparse/tests/test_wrapped_functions.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/sparse/tests
  466. creating build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  467. copying adolc/tests/__init__.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  468. copying adolc/tests/test_cgraph.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  469. copying adolc/tests/test_finitedifferences.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  470. copying adolc/tests/test_interpolation.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  471. copying adolc/tests/test_linalg.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  472. copying adolc/tests/test_tangent.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  473. copying adolc/tests/test_wrapped_functions.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  474. copying adolc/tests/test_wrapped_functions_complicated.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  475. copying adolc/tests/test_wrapped_functions_future.py -> build/lib.macosx-10.12-x86_64-2.7/adolc/tests
  476. running build_ext
  477. building '_adolc' extension
  478. C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
  479.  
  480. creating build/temp.macosx-10.12-x86_64-2.7
  481. creating build/temp.macosx-10.12-x86_64-2.7/adolc
  482. creating build/temp.macosx-10.12-x86_64-2.7/adolc/src
  483. compile options: '-Iadolc/src -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  484. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  485. clang: adolc/src/num_util.cpp
  486. In file included from adolc/src/num_util.cpp:8:
  487. adolc/src/num_util.h:32:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  488. boost::python::numeric::array makeNum(boost::python::object x);
  489. ^~~~~~~~~~~~~~~~~~~~~~
  490. boost::numeric
  491. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  492. namespace boost { namespace numeric {
  493. ^
  494. In file included from adolc/src/num_util.cpp:8:
  495. adolc/src/num_util.h:32:27: error: no type named 'array' in namespace 'boost::numeric'
  496. boost::python::numeric::array makeNum(boost::python::object x);
  497. ~~~~~~~~~^
  498. adolc/src/num_util.h:41:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  499. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  500. ^~~~~~~~~~~~~~~~~~~~~~
  501. boost::numeric
  502. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  503. namespace boost { namespace numeric {
  504. ^
  505. In file included from adolc/src/num_util.cpp:8:
  506. adolc/src/num_util.h:41:27: error: no type named 'array' in namespace 'boost::numeric'
  507. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  508. ~~~~~~~~~^
  509. adolc/src/num_util.h:50:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  510. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  511. ^~~~~~~~~~~~~~~~~~~~~~
  512. boost::numeric
  513. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  514. namespace boost { namespace numeric {
  515. ^
  516. In file included from adolc/src/num_util.cpp:8:
  517. adolc/src/num_util.h:50:27: error: no type named 'array' in namespace 'boost::numeric'
  518. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  519. ~~~~~~~~~^
  520. adolc/src/num_util.h:76:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  521. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  522. ^~~~~~~~~~~~~~~~~~~~~~
  523. boost::numeric
  524. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  525. namespace boost { namespace numeric {
  526. ^
  527. In file included from adolc/src/num_util.cpp:8:
  528. adolc/src/num_util.h:76:49: error: no type named 'array' in namespace 'boost::numeric'
  529. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  530. ~~~~~~~~~^
  531. adolc/src/num_util.h:80:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  532. return boost::python::extract<boost::python::numeric::array>(obj);
  533. ^~~~~~~~~~~~~~~~~~~~~~
  534. boost::numeric
  535. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  536. namespace boost { namespace numeric {
  537. ^
  538. In file included from adolc/src/num_util.cpp:8:
  539. adolc/src/num_util.h:80:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  540. return boost::python::extract<boost::python::numeric::array>(obj);
  541. ^~~~~~~~~~~~~~
  542. boost::array
  543. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  544. class array {
  545. ^
  546. In file included from adolc/src/num_util.cpp:8:
  547. adolc/src/num_util.h:80:50: error: use of class template 'boost::numeric::array' requires template arguments
  548. return boost::python::extract<boost::python::numeric::array>(obj);
  549. ^~~~~~~~~~~~~~
  550. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  551. class array {
  552. ^
  553. In file included from adolc/src/num_util.cpp:8:
  554. adolc/src/num_util.h:93:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  555. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  556. ^~~~~~~~~~~~~~~~~~~~~~
  557. boost::numeric
  558. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  559. namespace boost { namespace numeric {
  560. ^
  561. In file included from adolc/src/num_util.cpp:8:
  562. adolc/src/num_util.h:93:49: error: no type named 'array' in namespace 'boost::numeric'
  563. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  564. ~~~~~~~~~^
  565. adolc/src/num_util.h:98:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  566. return boost::python::extract<boost::python::numeric::array>(obj);
  567. ^~~~~~~~~~~~~~~~~~~~~~
  568. boost::numeric
  569. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  570. namespace boost { namespace numeric {
  571. ^
  572. In file included from adolc/src/num_util.cpp:8:
  573. adolc/src/num_util.h:98:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  574. return boost::python::extract<boost::python::numeric::array>(obj);
  575. ^~~~~~~~~~~~~~
  576. boost::array
  577. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  578. class array {
  579. ^
  580. In file included from adolc/src/num_util.cpp:8:
  581. adolc/src/num_util.h:98:50: error: use of class template 'boost::numeric::array' requires template arguments
  582. return boost::python::extract<boost::python::numeric::array>(obj);
  583. ^~~~~~~~~~~~~~
  584. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  585. class array {
  586. ^
  587. In file included from adolc/src/num_util.cpp:8:
  588. adolc/src/num_util.h:107:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  589. boost::python::numeric::array makeNum(const
  590. ^~~~~~~~~~~~~~~~~~~~~~
  591. boost::numeric
  592. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  593. namespace boost { namespace numeric {
  594. ^
  595. In file included from adolc/src/num_util.cpp:8:
  596. adolc/src/num_util.h:107:27: error: no type named 'array' in namespace 'boost::numeric'
  597. boost::python::numeric::array makeNum(const
  598. ~~~~~~~~~^
  599. adolc/src/num_util.h:108:6: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  600. boost::python::numeric::array& arr);
  601. ^~~~~~~~~~~~~~~~~~~~~~
  602. boost::numeric
  603. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  604. namespace boost { namespace numeric {
  605. ^
  606. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  607. 20 errors generated.
  608. In file included from adolc/src/num_util.cpp:8:
  609. adolc/src/num_util.h:32:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  610. boost::python::numeric::array makeNum(boost::python::object x);
  611. ^~~~~~~~~~~~~~~~~~~~~~
  612. boost::numeric
  613. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  614. namespace boost { namespace numeric {
  615. ^
  616. In file included from adolc/src/num_util.cpp:8:
  617. adolc/src/num_util.h:32:27: error: no type named 'array' in namespace 'boost::numeric'
  618. boost::python::numeric::array makeNum(boost::python::object x);
  619. ~~~~~~~~~^
  620. adolc/src/num_util.h:41:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  621. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  622. ^~~~~~~~~~~~~~~~~~~~~~
  623. boost::numeric
  624. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  625. namespace boost { namespace numeric {
  626. ^
  627. In file included from adolc/src/num_util.cpp:8:
  628. adolc/src/num_util.h:41:27: error: no type named 'array' in namespace 'boost::numeric'
  629. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  630. ~~~~~~~~~^
  631. adolc/src/num_util.h:50:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  632. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  633. ^~~~~~~~~~~~~~~~~~~~~~
  634. boost::numeric
  635. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  636. namespace boost { namespace numeric {
  637. ^
  638. In file included from adolc/src/num_util.cpp:8:
  639. adolc/src/num_util.h:50:27: error: no type named 'array' in namespace 'boost::numeric'
  640. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  641. ~~~~~~~~~^
  642. adolc/src/num_util.h:76:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  643. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  644. ^~~~~~~~~~~~~~~~~~~~~~
  645. boost::numeric
  646. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  647. namespace boost { namespace numeric {
  648. ^
  649. In file included from adolc/src/num_util.cpp:8:
  650. adolc/src/num_util.h:76:49: error: no type named 'array' in namespace 'boost::numeric'
  651. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  652. ~~~~~~~~~^
  653. adolc/src/num_util.h:80:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  654. return boost::python::extract<boost::python::numeric::array>(obj);
  655. ^~~~~~~~~~~~~~~~~~~~~~
  656. boost::numeric
  657. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  658. namespace boost { namespace numeric {
  659. ^
  660. In file included from adolc/src/num_util.cpp:8:
  661. adolc/src/num_util.h:80:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  662. return boost::python::extract<boost::python::numeric::array>(obj);
  663. ^~~~~~~~~~~~~~
  664. boost::array
  665. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  666. class array {
  667. ^
  668. In file included from adolc/src/num_util.cpp:8:
  669. adolc/src/num_util.h:80:50: error: use of class template 'boost::numeric::array' requires template arguments
  670. return boost::python::extract<boost::python::numeric::array>(obj);
  671. ^~~~~~~~~~~~~~
  672. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  673. class array {
  674. ^
  675. In file included from adolc/src/num_util.cpp:8:
  676. adolc/src/num_util.h:93:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  677. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  678. ^~~~~~~~~~~~~~~~~~~~~~
  679. boost::numeric
  680. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  681. namespace boost { namespace numeric {
  682. ^
  683. In file included from adolc/src/num_util.cpp:8:
  684. adolc/src/num_util.h:93:49: error: no type named 'array' in namespace 'boost::numeric'
  685. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  686. ~~~~~~~~~^
  687. adolc/src/num_util.h:98:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  688. return boost::python::extract<boost::python::numeric::array>(obj);
  689. ^~~~~~~~~~~~~~~~~~~~~~
  690. boost::numeric
  691. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  692. namespace boost { namespace numeric {
  693. ^
  694. In file included from adolc/src/num_util.cpp:8:
  695. adolc/src/num_util.h:98:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  696. return boost::python::extract<boost::python::numeric::array>(obj);
  697. ^~~~~~~~~~~~~~
  698. boost::array
  699. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  700. class array {
  701. ^
  702. In file included from adolc/src/num_util.cpp:8:
  703. adolc/src/num_util.h:98:50: error: use of class template 'boost::numeric::array' requires template arguments
  704. return boost::python::extract<boost::python::numeric::array>(obj);
  705. ^~~~~~~~~~~~~~
  706. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  707. class array {
  708. ^
  709. In file included from adolc/src/num_util.cpp:8:
  710. adolc/src/num_util.h:107:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  711. boost::python::numeric::array makeNum(const
  712. ^~~~~~~~~~~~~~~~~~~~~~
  713. boost::numeric
  714. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  715. namespace boost { namespace numeric {
  716. ^
  717. In file included from adolc/src/num_util.cpp:8:
  718. adolc/src/num_util.h:107:27: error: no type named 'array' in namespace 'boost::numeric'
  719. boost::python::numeric::array makeNum(const
  720. ~~~~~~~~~^
  721. adolc/src/num_util.h:108:6: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  722. boost::python::numeric::array& arr);
  723. ^~~~~~~~~~~~~~~~~~~~~~
  724. boost::numeric
  725. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  726. namespace boost { namespace numeric {
  727. ^
  728. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  729. 20 errors generated.
  730. error: Command "clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iadolc/src -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c adolc/src/num_util.cpp -o build/temp.macosx-10.12-x86_64-2.7/adolc/src/num_util.o -std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs" failed with exit status 1
  731. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python setup.py build
  732.  
  733. Please check that the following settings are correct for your system:
  734.  
  735. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  736.  
  737. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  738.  
  739.  
  740. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  741. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  742.  
  743. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  744. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  745.  
  746. You can also specify the compiler, e.g. by
  747. ``export CC=clang`` and ``export CXX=clang++`` or run
  748.  
  749. Example:
  750.  
  751. CC=clang CXX=clang++ python setup.py
  752.  
  753.  
  754. Press enter to build pyadolc.
  755. running build
  756. running build_py
  757. running build_ext
  758. building '_adolc' extension
  759. C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
  760.  
  761. compile options: '-Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  762. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  763. cc: adolc/src/num_util.cpp
  764. In file included from adolc/src/num_util.cpp:8:
  765. adolc/src/num_util.h:32:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  766. boost::python::numeric::array makeNum(boost::python::object x);
  767. ^~~~~~~~~~~~~~~~~~~~~~
  768. boost::numeric
  769. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  770. namespace boost { namespace numeric {
  771. ^
  772. In file included from adolc/src/num_util.cpp:8:
  773. adolc/src/num_util.h:32:27: error: no type named 'array' in namespace 'boost::numeric'
  774. boost::python::numeric::array makeNum(boost::python::object x);
  775. ~~~~~~~~~^
  776. adolc/src/num_util.h:41:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  777. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  778. ^~~~~~~~~~~~~~~~~~~~~~
  779. boost::numeric
  780. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  781. namespace boost { namespace numeric {
  782. ^
  783. In file included from adolc/src/num_util.cpp:8:
  784. adolc/src/num_util.h:41:27: error: no type named 'array' in namespace 'boost::numeric'
  785. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  786. ~~~~~~~~~^
  787. adolc/src/num_util.h:50:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  788. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  789. ^~~~~~~~~~~~~~~~~~~~~~
  790. boost::numeric
  791. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  792. namespace boost { namespace numeric {
  793. ^
  794. In file included from adolc/src/num_util.cpp:8:
  795. adolc/src/num_util.h:50:27: error: no type named 'array' in namespace 'boost::numeric'
  796. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  797. ~~~~~~~~~^
  798. adolc/src/num_util.h:76:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  799. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  800. ^~~~~~~~~~~~~~~~~~~~~~
  801. boost::numeric
  802. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  803. namespace boost { namespace numeric {
  804. ^
  805. In file included from adolc/src/num_util.cpp:8:
  806. adolc/src/num_util.h:76:49: error: no type named 'array' in namespace 'boost::numeric'
  807. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  808. ~~~~~~~~~^
  809. adolc/src/num_util.h:80:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  810. return boost::python::extract<boost::python::numeric::array>(obj);
  811. ^~~~~~~~~~~~~~~~~~~~~~
  812. boost::numeric
  813. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  814. namespace boost { namespace numeric {
  815. ^
  816. In file included from adolc/src/num_util.cpp:8:
  817. adolc/src/num_util.h:80:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  818. return boost::python::extract<boost::python::numeric::array>(obj);
  819. ^~~~~~~~~~~~~~
  820. boost::array
  821. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  822. class array {
  823. ^
  824. In file included from adolc/src/num_util.cpp:8:
  825. adolc/src/num_util.h:80:50: error: use of class template 'boost::numeric::array' requires template arguments
  826. return boost::python::extract<boost::python::numeric::array>(obj);
  827. ^~~~~~~~~~~~~~
  828. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  829. class array {
  830. ^
  831. In file included from adolc/src/num_util.cpp:8:
  832. adolc/src/num_util.h:93:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  833. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  834. ^~~~~~~~~~~~~~~~~~~~~~
  835. boost::numeric
  836. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  837. namespace boost { namespace numeric {
  838. ^
  839. In file included from adolc/src/num_util.cpp:8:
  840. adolc/src/num_util.h:93:49: error: no type named 'array' in namespace 'boost::numeric'
  841. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  842. ~~~~~~~~~^
  843. adolc/src/num_util.h:98:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  844. return boost::python::extract<boost::python::numeric::array>(obj);
  845. ^~~~~~~~~~~~~~~~~~~~~~
  846. boost::numeric
  847. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  848. namespace boost { namespace numeric {
  849. ^
  850. In file included from adolc/src/num_util.cpp:8:
  851. adolc/src/num_util.h:98:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  852. return boost::python::extract<boost::python::numeric::array>(obj);
  853. ^~~~~~~~~~~~~~
  854. boost::array
  855. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  856. class array {
  857. ^
  858. In file included from adolc/src/num_util.cpp:8:
  859. adolc/src/num_util.h:98:50: error: use of class template 'boost::numeric::array' requires template arguments
  860. return boost::python::extract<boost::python::numeric::array>(obj);
  861. ^~~~~~~~~~~~~~
  862. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  863. class array {
  864. ^
  865. In file included from adolc/src/num_util.cpp:8:
  866. adolc/src/num_util.h:107:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  867. boost::python::numeric::array makeNum(const
  868. ^~~~~~~~~~~~~~~~~~~~~~
  869. boost::numeric
  870. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  871. namespace boost { namespace numeric {
  872. ^
  873. In file included from adolc/src/num_util.cpp:8:
  874. adolc/src/num_util.h:107:27: error: no type named 'array' in namespace 'boost::numeric'
  875. boost::python::numeric::array makeNum(const
  876. ~~~~~~~~~^
  877. adolc/src/num_util.h:108:6: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  878. boost::python::numeric::array& arr);
  879. ^~~~~~~~~~~~~~~~~~~~~~
  880. boost::numeric
  881. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  882. namespace boost { namespace numeric {
  883. ^
  884. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  885. 20 errors generated.
  886. In file included from adolc/src/num_util.cpp:8:
  887. adolc/src/num_util.h:32:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  888. boost::python::numeric::array makeNum(boost::python::object x);
  889. ^~~~~~~~~~~~~~~~~~~~~~
  890. boost::numeric
  891. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  892. namespace boost { namespace numeric {
  893. ^
  894. In file included from adolc/src/num_util.cpp:8:
  895. adolc/src/num_util.h:32:27: error: no type named 'array' in namespace 'boost::numeric'
  896. boost::python::numeric::array makeNum(boost::python::object x);
  897. ~~~~~~~~~^
  898. adolc/src/num_util.h:41:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  899. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  900. ^~~~~~~~~~~~~~~~~~~~~~
  901. boost::numeric
  902. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  903. namespace boost { namespace numeric {
  904. ^
  905. In file included from adolc/src/num_util.cpp:8:
  906. adolc/src/num_util.h:41:27: error: no type named 'array' in namespace 'boost::numeric'
  907. boost::python::numeric::array makeNum(npy_intp n, NPY_TYPES t);
  908. ~~~~~~~~~^
  909. adolc/src/num_util.h:50:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  910. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  911. ^~~~~~~~~~~~~~~~~~~~~~
  912. boost::numeric
  913. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  914. namespace boost { namespace numeric {
  915. ^
  916. In file included from adolc/src/num_util.cpp:8:
  917. adolc/src/num_util.h:50:27: error: no type named 'array' in namespace 'boost::numeric'
  918. boost::python::numeric::array makeNum(std::vector<npy_intp> dimens,
  919. ~~~~~~~~~^
  920. adolc/src/num_util.h:76:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  921. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  922. ^~~~~~~~~~~~~~~~~~~~~~
  923. boost::numeric
  924. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  925. namespace boost { namespace numeric {
  926. ^
  927. In file included from adolc/src/num_util.cpp:8:
  928. adolc/src/num_util.h:76:49: error: no type named 'array' in namespace 'boost::numeric'
  929. template <typename T> boost::python::numeric::array makeNum(T* data, npy_intp n = 0){
  930. ~~~~~~~~~^
  931. adolc/src/num_util.h:80:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  932. return boost::python::extract<boost::python::numeric::array>(obj);
  933. ^~~~~~~~~~~~~~~~~~~~~~
  934. boost::numeric
  935. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  936. namespace boost { namespace numeric {
  937. ^
  938. In file included from adolc/src/num_util.cpp:8:
  939. adolc/src/num_util.h:80:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  940. return boost::python::extract<boost::python::numeric::array>(obj);
  941. ^~~~~~~~~~~~~~
  942. boost::array
  943. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  944. class array {
  945. ^
  946. In file included from adolc/src/num_util.cpp:8:
  947. adolc/src/num_util.h:80:50: error: use of class template 'boost::numeric::array' requires template arguments
  948. return boost::python::extract<boost::python::numeric::array>(obj);
  949. ^~~~~~~~~~~~~~
  950. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  951. class array {
  952. ^
  953. In file included from adolc/src/num_util.cpp:8:
  954. adolc/src/num_util.h:93:25: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  955. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  956. ^~~~~~~~~~~~~~~~~~~~~~
  957. boost::numeric
  958. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  959. namespace boost { namespace numeric {
  960. ^
  961. In file included from adolc/src/num_util.cpp:8:
  962. adolc/src/num_util.h:93:49: error: no type named 'array' in namespace 'boost::numeric'
  963. template <typename T> boost::python::numeric::array makeNum(T * data, std::vector<npy_intp> dims){
  964. ~~~~~~~~~^
  965. adolc/src/num_util.h:98:35: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  966. return boost::python::extract<boost::python::numeric::array>(obj);
  967. ^~~~~~~~~~~~~~~~~~~~~~
  968. boost::numeric
  969. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  970. namespace boost { namespace numeric {
  971. ^
  972. In file included from adolc/src/num_util.cpp:8:
  973. adolc/src/num_util.h:98:50: error: no template named 'array' in namespace 'boost::numeric'; did you mean 'boost::array'?
  974. return boost::python::extract<boost::python::numeric::array>(obj);
  975. ^~~~~~~~~~~~~~
  976. boost::array
  977. /usr/local/include/boost/array.hpp:61:11: note: 'boost::array' declared here
  978. class array {
  979. ^
  980. In file included from adolc/src/num_util.cpp:8:
  981. adolc/src/num_util.h:98:50: error: use of class template 'boost::numeric::array' requires template arguments
  982. return boost::python::extract<boost::python::numeric::array>(obj);
  983. ^~~~~~~~~~~~~~
  984. /usr/local/include/boost/array.hpp:61:11: note: template is declared here
  985. class array {
  986. ^
  987. In file included from adolc/src/num_util.cpp:8:
  988. adolc/src/num_util.h:107:3: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  989. boost::python::numeric::array makeNum(const
  990. ^~~~~~~~~~~~~~~~~~~~~~
  991. boost::numeric
  992. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  993. namespace boost { namespace numeric {
  994. ^
  995. In file included from adolc/src/num_util.cpp:8:
  996. adolc/src/num_util.h:107:27: error: no type named 'array' in namespace 'boost::numeric'
  997. boost::python::numeric::array makeNum(const
  998. ~~~~~~~~~^
  999. adolc/src/num_util.h:108:6: error: no member named 'numeric' in namespace 'boost::python'; did you mean 'boost::numeric'?
  1000. boost::python::numeric::array& arr);
  1001. ^~~~~~~~~~~~~~~~~~~~~~
  1002. boost::numeric
  1003. /usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
  1004. namespace boost { namespace numeric {
  1005. ^
  1006. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1007. 20 errors generated.
  1008. error: Command "cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c adolc/src/num_util.cpp -o build/temp.macosx-10.12-intel-2.7/adolc/src/num_util.o -std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs" failed with exit status 1
  1009. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew tap homebrew/boneyard
  1010. Updating Homebrew...
  1011. ==> Auto-updated Homebrew!
  1012. Updated 1 tap (caskroom/cask).
  1013. No changes to formulae.
  1014.  
  1015. ==> Tapping homebrew/boneyard
  1016. Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-boneyard'...
  1017. remote: Counting objects: 4, done.
  1018. remote: Compressing objects: 100% (4/4), done.
  1019. remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0
  1020. Unpacking objects: 100% (4/4), done.
  1021. Checking connectivity... done.
  1022. Tapped 0 formulae (27 files, 21.9KB)
  1023. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew versions boost
  1024. Error: Unknown command: versions
  1025. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew versions elasticsearch
  1026. Error: Unknown command: versions
  1027. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew uninstall boneyard
  1028. Error: No such keg: /usr/local/Cellar/boneyard
  1029. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew search boost
  1030. ==> Searching local taps...
  1031. boost ✔ boost@1.55
  1032. boost-bcp boost@1.57
  1033. boost-build boost@1.59
  1034. boost-mpi boost@1.60
  1035. boost-python ✔ homebrew/science/boost-compute
  1036. boost-python@1.59
  1037. ==> Searching taps on GitHub...
  1038. caskroom/cask/turbo-boost-switcher
  1039. ==> Searching blacklisted, migrated and deleted formulae...
  1040. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew install boost@1.60
  1041. Updating Homebrew...
  1042. ==> Downloading https://homebrew.bintray.com/bottles/boost@1.60-1.60.0.sierra.bo
  1043. ######################################################################## 100.0%
  1044. ==> Pouring boost@1.60-1.60.0.sierra.bottle.tar.gz
  1045. ==> Caveats
  1046. This formula is keg-only, which means it was not symlinked into /usr/local,
  1047. because this is an alternate version of another formula.
  1048.  
  1049. For compilers to find this software you may need to set:
  1050. LDFLAGS: -L/usr/local/opt/boost@1.60/lib
  1051. CPPFLAGS: -I/usr/local/opt/boost@1.60/include
  1052.  
  1053. ==> Summary
  1054. 🍺 /usr/local/Cellar/boost@1.60/1.60.0: 11,140 files, 411.4MB
  1055. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ -L/usr/local/opt/boost@1.60/lib
  1056. -bash: -L/usr/local/opt/boost@1.60/lib: No such file or directory
  1057. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ ~/usr/local/opt/
  1058. -bash: /Users/alexanderjulianty/usr/local/opt/: No such file or directory
  1059. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cd
  1060. Alexanders-MacBook-Air:~ alexanderjulianty$ cd
  1061. Alexanders-MacBook-Air:~ alexanderjulianty$ cd /usr
  1062. Alexanders-MacBook-Air:usr alexanderjulianty$ cd /local/opt
  1063. -bash: cd: /local/opt: No such file or directory
  1064. Alexanders-MacBook-Air:usr alexanderjulianty$ cd local
  1065. Alexanders-MacBook-Air:local alexanderjulianty$ cd opt
  1066. Alexanders-MacBook-Air:opt alexanderjulianty$ ls
  1067. adol-c gdbm openssl@1.1
  1068. autoconf gmp python
  1069. autoconf@2.69 gmp@6 python2
  1070. automake isl python3
  1071. automake@1.15 isl@0.18 python@2
  1072. boost libmpc python@3
  1073. boost-python libmpc@1.0 readline
  1074. boost-python@1.65 libtool scipy
  1075. boost@1.60 mpfr shtool
  1076. boost@1.65 mpfr@3 sqlite
  1077. colpack numpy sqlite3
  1078. gcc openssl wget
  1079. gcc@7 openssl@1.0 xz
  1080. Alexanders-MacBook-Air:opt alexanderjulianty$
  1081. Alexanders-MacBook-Air:opt alexanderjulianty$ cd
  1082. Alexanders-MacBook-Air:~ alexanderjulianty$ cd
  1083. Alexanders-MacBook-Air:~ alexanderjulianty$ ls
  1084. #Mathnasium.Rmd# Pictures
  1085. #TUTORIAL# Public
  1086. %89O%E1%D3%F8?v%E1 PycharmProjects
  1087. Applications PythonPlayground
  1088. Data Assimilation Adaptive NN Qt5.4.1
  1089. Desktop TUTORIAL
  1090. Documents TUTORIAL~
  1091. Downloads brush
  1092. Dropbox datasciencecoursera
  1093. Github environment.yml
  1094. Library javastuff
  1095. Movies mystuff
  1096. Music tmp_3DyDq.plist
  1097. Alexanders-MacBook-Air:~ alexanderjulianty$ ls "datasciencecoursera/
  1098. HelloWorld.md~ datasciencecoursera/
  1099. Alexanders-MacBook-Air:~ alexanderjulianty$ ls "datasciencecoursera/
  1100. HelloWorld.md~ datasciencecoursera/
  1101. Alexanders-MacBook-Air:~ alexanderjulianty$ ls "Data Assimilation Adaptive NN"/
  1102. pyadolc-master pyadolc-master.zip
  1103. Alexanders-MacBook-Air:~ alexanderjulianty$ cd "Data Assimilation Adaptive NN"/
  1104. Alexanders-MacBook-Air:Data Assimilation Adaptive NN alexanderjulianty$ cd pyadolc-master
  1105. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python setup.py build -L/usr/local/opt/boost@1.60/lib -I/usr/local/opt/boost@1.60/include
  1106.  
  1107. Please check that the following settings are correct for your system:
  1108.  
  1109. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1110.  
  1111. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1112.  
  1113.  
  1114. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1115. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1116.  
  1117. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1118. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1119.  
  1120. You can also specify the compiler, e.g. by
  1121. ``export CC=clang`` and ``export CXX=clang++`` or run
  1122.  
  1123. Example:
  1124.  
  1125. CC=clang CXX=clang++ python setup.py
  1126.  
  1127.  
  1128. Press enter to build pyadolc.
  1129. usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  1130. or: setup.py --help [cmd1 cmd2 ...]
  1131. or: setup.py --help-commands
  1132. or: setup.py cmd --help
  1133.  
  1134. error: option -L not recognized
  1135. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ python setup.py --help-commands
  1136.  
  1137. Please check that the following settings are correct for your system:
  1138.  
  1139. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1140.  
  1141. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1142.  
  1143.  
  1144. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1145. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1146.  
  1147. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1148. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1149.  
  1150. You can also specify the compiler, e.g. by
  1151. ``export CC=clang`` and ``export CXX=clang++`` or run
  1152.  
  1153. Example:
  1154.  
  1155. CC=clang CXX=clang++ python setup.py
  1156.  
  1157.  
  1158. Press enter to build pyadolc.
  1159. Standard commands:
  1160. build build everything needed to install
  1161. build_py "build" pure Python modules (copy to build directory)
  1162. build_ext build C/C++ extensions (compile/link to build directory)
  1163. build_clib build C/C++ libraries used by Python extensions
  1164. build_scripts "build" scripts (copy and fixup #! line)
  1165. clean Clean everything
  1166. install install everything from build directory
  1167. install_lib install all Python modules (extensions and pure Python)
  1168. install_headers install C/C++ header files
  1169. install_scripts install scripts (Python or otherwise)
  1170. install_data install data files
  1171. sdist create a source distribution (tarball, zip file, etc.)
  1172. register register the distribution with the Python package index
  1173. bdist create a built (binary) distribution
  1174. bdist_dumb create a "dumb" built distribution
  1175. bdist_rpm create an RPM distribution
  1176. bdist_wininst create an executable installer for MS Windows
  1177. upload upload binary package to PyPI
  1178. check perform some checks on the package
  1179.  
  1180. usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  1181. or: setup.py --help [cmd1 cmd2 ...]
  1182. or: setup.py --help-commands
  1183. or: setup.py cmd --help
  1184.  
  1185. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ python setup.py check
  1186.  
  1187. Please check that the following settings are correct for your system:
  1188.  
  1189. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1190.  
  1191. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1192.  
  1193.  
  1194. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1195. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1196.  
  1197. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1198. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1199.  
  1200. You can also specify the compiler, e.g. by
  1201. ``export CC=clang`` and ``export CXX=clang++`` or run
  1202.  
  1203. Example:
  1204.  
  1205. CC=clang CXX=clang++ python setup.py
  1206.  
  1207.  
  1208. Press enter to build pyadolc.
  1209. running check
  1210. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew search boost
  1211. ==> Searching local taps...
  1212. boost ✔ boost@1.55
  1213. boost-bcp boost@1.57
  1214. boost-build boost@1.59
  1215. boost-mpi boost@1.60 ✔
  1216. boost-python ✔ homebrew/science/boost-compute
  1217. boost-python@1.59
  1218. ==> Searching taps on GitHub...
  1219. caskroom/cask/turbo-boost-switcher
  1220. ==> Searching blacklisted, migrated and deleted formulae...
  1221. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew uninstall boost
  1222. Error: Refusing to uninstall /usr/local/Cellar/boost/1.65.0
  1223. because it is required by boost-python 1.65.0, which is currently installed.
  1224. You can override this and force removal with:
  1225. brew uninstall --ignore-dependencies boost
  1226. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew uninstall boost-python
  1227. Uninstalling /usr/local/Cellar/boost-python/1.65.0... (457 files, 16MB)
  1228. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew uninstall boost
  1229. Uninstalling /usr/local/Cellar/boost/1.65.0... (12,677 files, 401.1MB)
  1230. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew install boost-python@1.59
  1231. Updating Homebrew...
  1232. ==> Auto-updated Homebrew!
  1233. Updated 3 taps (caskroom/cask, homebrew/core, homebrew/science).
  1234. ==> Updated Formulae
  1235. abcmidi fs-uae libtiff
  1236. ace fuse-emulator lynis
  1237. allure fuse-zip paket
  1238. app-engine-java gabedit postgrest
  1239. bacula-fd galen pre-commit
  1240. ccm gandi.cli presto
  1241. certbot gtksourceview3 rtv
  1242. consul-backinator heroku terraform
  1243. deis homebrew/science/spades tippecanoe
  1244. fb-client io todoman
  1245. freeciv libchamplain tth
  1246. freexl libspectrum webpack
  1247.  
  1248. ==> Installing dependencies for boost-python@1.59: boost@1.59
  1249. ==> Installing boost-python@1.59 dependency: boost@1.59
  1250. ==> Downloading https://homebrew.bintray.com/bottles/boost@1.59-1.59.0.sierra.bo
  1251. ######################################################################## 100.0%
  1252. ==> Pouring boost@1.59-1.59.0.sierra.bottle.tar.gz
  1253. ==> Caveats
  1254. This formula is keg-only, which means it was not symlinked into /usr/local,
  1255. because this is an alternate version of another formula.
  1256.  
  1257. For compilers to find this software you may need to set:
  1258. LDFLAGS: -L/usr/local/opt/boost@1.59/lib
  1259. CPPFLAGS: -I/usr/local/opt/boost@1.59/include
  1260.  
  1261. ==> Summary
  1262. 🍺 /usr/local/Cellar/boost@1.59/1.59.0: 10,929 files, 404.2MB
  1263. ==> Installing boost-python@1.59
  1264. ==> Downloading https://homebrew.bintray.com/bottles/boost-python@1.59-1.59.0.si
  1265. ######################################################################## 100.0%
  1266. ==> Pouring boost-python@1.59-1.59.0.sierra.bottle.tar.gz
  1267. ==> Caveats
  1268. This formula is keg-only, which means it was not symlinked into /usr/local,
  1269. because this is an alternate version of another formula.
  1270.  
  1271. For compilers to find this software you may need to set:
  1272. LDFLAGS: -L/usr/local/opt/boost-python@1.59/lib
  1273.  
  1274. ==> Summary
  1275. 🍺 /usr/local/Cellar/boost-python@1.59/1.59.0: 129 files, 12.1MB
  1276. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python setup.py build
  1277.  
  1278. Please check that the following settings are correct for your system:
  1279.  
  1280. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1281.  
  1282. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1283.  
  1284.  
  1285. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1286. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1287.  
  1288. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1289. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1290.  
  1291. You can also specify the compiler, e.g. by
  1292. ``export CC=clang`` and ``export CXX=clang++`` or run
  1293.  
  1294. Example:
  1295.  
  1296. CC=clang CXX=clang++ python setup.py
  1297.  
  1298.  
  1299. Press enter to build pyadolc.
  1300. running build
  1301. running build_py
  1302. running build_ext
  1303. building '_adolc' extension
  1304. C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
  1305.  
  1306. compile options: '-Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  1307. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  1308. cc: adolc/src/num_util.cpp
  1309. In file included from adolc/src/num_util.cpp:8:
  1310. adolc/src/num_util.h:14:10: fatal error: 'boost/python.hpp' file not found
  1311. #include <boost/python.hpp>
  1312. ^
  1313. 1 error generated.
  1314. In file included from adolc/src/num_util.cpp:8:
  1315. adolc/src/num_util.h:14:10: fatal error: 'boost/python.hpp' file not found
  1316. #include <boost/python.hpp>
  1317. ^
  1318. 1 error generated.
  1319. error: Command "cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c adolc/src/num_util.cpp -o build/temp.macosx-10.12-intel-2.7/adolc/src/num_util.o -std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs" failed with exit status 1
  1320. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew list
  1321. adol-c gmp python3
  1322. autoconf isl readline
  1323. automake libmpc scipy
  1324. boost-python@1.59 libtool shtool
  1325. boost@1.59 mpfr sqlite
  1326. boost@1.60 numpy wget
  1327. colpack openssl xz
  1328. gcc openssl@1.1
  1329. gdbm python
  1330. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew link boost@1.60
  1331. Warning: boost@1.60 is keg-only and must be linked with --force
  1332. Note that doing so can interfere with building software.
  1333. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew link boost@1.60 --force
  1334. Linking /usr/local/Cellar/boost@1.60/1.60.0... 119 symlinks created
  1335. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python setup.py build
  1336.  
  1337. Please check that the following settings are correct for your system:
  1338.  
  1339. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1340.  
  1341. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1342.  
  1343.  
  1344. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1345. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1346.  
  1347. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1348. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1349.  
  1350. You can also specify the compiler, e.g. by
  1351. ``export CC=clang`` and ``export CXX=clang++`` or run
  1352.  
  1353. Example:
  1354.  
  1355. CC=clang CXX=clang++ python setup.py
  1356.  
  1357.  
  1358. Press enter to build pyadolc.
  1359. running build
  1360. running build_py
  1361. running build_ext
  1362. building '_adolc' extension
  1363. C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
  1364.  
  1365. compile options: '-Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  1366. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  1367. cc: adolc/src/num_util.cpp
  1368. adolc/src/num_util.cpp:205:48: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1369. object obj(handle<>(PyArray_SimpleNew(dimens.size(), &dimens[0], t)));
  1370. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  1371. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:126:36: note: expanded from macro 'PyArray_SimpleNew'
  1372. PyArray_New(&PyArray_Type, nd, dims, typenum, NULL, NULL, 0, 0, NULL)
  1373. ~~~~~~~~~~~ ^~
  1374. adolc/src/num_util.cpp:388:10: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1375. return REFCOUNT(reinterpret_cast<PyArrayObject*>(arr.ptr()));
  1376. ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1377. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:206:18: note: expanded from macro 'REFCOUNT'
  1378. #define REFCOUNT PyArray_REFCOUNT
  1379. ^
  1380. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:111:53: note: expanded from macro 'PyArray_REFCOUNT'
  1381. #define PyArray_REFCOUNT(obj) (((PyObject *)(obj))->ob_refcnt)
  1382. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  1383. adolc/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1384. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1385. ^
  1386. 3 warnings generated.
  1387. adolc/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1388. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1389. ^
  1390. 1 warning generated.
  1391. cc: adolc/src/py_interpolation.cpp
  1392. adolc/src/py_interpolation.cpp:20:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1393. int N = nu::shape(bpn_V)[0];
  1394. ~ ^~~~~~~~~~~~~~~~~~~
  1395. adolc/src/py_interpolation.cpp:21:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1396. int P = nu::shape(bpn_V)[1];
  1397. ~ ^~~~~~~~~~~~~~~~~~~
  1398. adolc/src/py_interpolation.cpp:22:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1399. int D = nu::shape(bpn_V)[2];
  1400. ~ ^~~~~~~~~~~~~~~~~~~
  1401. adolc/src/py_interpolation.cpp:23:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1402. int M = nu::shape(bpn_V1)[1];
  1403. ~ ^~~~~~~~~~~~~~~~~~~~
  1404. adolc/src/py_interpolation.cpp:24:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1405. int L = nu::shape(bpn_V2)[1];
  1406. ~ ^~~~~~~~~~~~~~~~~~~~
  1407. adolc/src/py_interpolation.cpp:83:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1408. int N = nu::shape(bpn_V)[0];
  1409. ~ ^~~~~~~~~~~~~~~~~~~
  1410. adolc/src/py_interpolation.cpp:84:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1411. int P = nu::shape(bpn_V)[1];
  1412. ~ ^~~~~~~~~~~~~~~~~~~
  1413. adolc/src/py_interpolation.cpp:85:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1414. int D = nu::shape(bpn_V)[2];
  1415. ~ ^~~~~~~~~~~~~~~~~~~
  1416. adolc/src/py_interpolation.cpp:86:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1417. int M = nu::shape(bpn_V1)[1];
  1418. ~ ^~~~~~~~~~~~~~~~~~~~
  1419. adolc/src/py_interpolation.cpp:87:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1420. int L = nu::shape(bpn_V2)[1];
  1421. ~ ^~~~~~~~~~~~~~~~~~~~
  1422. In file included from adolc/src/py_interpolation.cpp:1:
  1423. In file included from adolc/src/py_interpolation.h:4:
  1424. In file included from adolc/src/num_util.h:15:
  1425. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:9:
  1426. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:26:
  1427. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
  1428. _import_array(void)
  1429. ^
  1430. 11 warnings generated.
  1431. In file included from adolc/src/py_interpolation.cpp:1:
  1432. In file included from adolc/src/py_interpolation.h:4:
  1433. In file included from adolc/src/num_util.h:15:
  1434. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:9:
  1435. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:26:
  1436. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
  1437. _import_array(void)
  1438. ^
  1439. 1 warning generated.
  1440. cc: adolc/src/py_adolc.cpp
  1441. adolc/src/py_adolc.cpp:387:10: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1442. int n = nu::shape(x)[0];
  1443. ~ ^~~~~~~~~~~~~~~
  1444. adolc/src/py_adolc.cpp:388:10: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1445. int m = nu::shape(y)[0];
  1446. ~ ^~~~~~~~~~~~~~~
  1447. 2 warnings generated.
  1448. c++ -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.12-intel-2.7/adolc/src/py_adolc.o build/temp.macosx-10.12-intel-2.7/adolc/src/py_interpolation.o build/temp.macosx-10.12-intel-2.7/adolc/src/num_util.o -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -lboost_python -ladolc -lColPack -o build/lib.macosx-10.12-intel-2.7/adolc/_adolc.so
  1449. ld: warning: directory not found for option '-L/usr/local/lib64'
  1450. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1451. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1452. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1453. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1454. ld: warning: directory not found for option '-L/usr/local/lib64'
  1455. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1456. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1457. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1458. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1459. ld: library not found for -lboost_python
  1460. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1461. ld: warning: directory not found for option '-L/usr/local/lib64'
  1462. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1463. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1464. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1465. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1466. ld: warning: directory not found for option '-L/usr/local/lib64'
  1467. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1468. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1469. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1470. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1471. ld: library not found for -lboost_python
  1472. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1473. error: Command "c++ -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.12-intel-2.7/adolc/src/py_adolc.o build/temp.macosx-10.12-intel-2.7/adolc/src/py_interpolation.o build/temp.macosx-10.12-intel-2.7/adolc/src/num_util.o -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -lboost_python -ladolc -lColPack -o build/lib.macosx-10.12-intel-2.7/adolc/_adolc.so" failed with exit status 1
  1474. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew link automake
  1475. Warning: Already linked: /usr/local/Cellar/automake/1.15.1
  1476. To relink: brew unlink automake && brew link automake
  1477. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew list
  1478. adol-c gmp python3
  1479. autoconf isl readline
  1480. automake libmpc scipy
  1481. boost-python@1.59 libtool shtool
  1482. boost@1.59 mpfr sqlite
  1483. boost@1.60 numpy wget
  1484. colpack openssl xz
  1485. gcc openssl@1.1
  1486. gdbm python
  1487. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew link boost-python@1.59
  1488. Warning: boost-python@1.59 is keg-only and must be linked with --force
  1489. Note that doing so can interfere with building software.
  1490. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ brew link boost-python@1.59 --force
  1491. Linking /usr/local/Cellar/boost-python@1.59/1.59.0... 5 symlinks created
  1492. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python setup.py build
  1493.  
  1494. Please check that the following settings are correct for your system:
  1495.  
  1496. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1497.  
  1498. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1499.  
  1500.  
  1501. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1502. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1503.  
  1504. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1505. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1506.  
  1507. You can also specify the compiler, e.g. by
  1508. ``export CC=clang`` and ``export CXX=clang++`` or run
  1509.  
  1510. Example:
  1511.  
  1512. CC=clang CXX=clang++ python setup.py
  1513.  
  1514.  
  1515. Press enter to build pyadolc.
  1516. running build
  1517. running build_py
  1518. running build_ext
  1519. building '_adolc' extension
  1520. C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
  1521.  
  1522. compile options: '-Iadolc/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  1523. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  1524. cc: adolc/src/num_util.cpp
  1525. adolc/src/num_util.cpp:205:48: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1526. object obj(handle<>(PyArray_SimpleNew(dimens.size(), &dimens[0], t)));
  1527. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  1528. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:126:36: note: expanded from macro 'PyArray_SimpleNew'
  1529. PyArray_New(&PyArray_Type, nd, dims, typenum, NULL, NULL, 0, 0, NULL)
  1530. ~~~~~~~~~~~ ^~
  1531. adolc/src/num_util.cpp:388:10: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1532. return REFCOUNT(reinterpret_cast<PyArrayObject*>(arr.ptr()));
  1533. ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1534. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:206:18: note: expanded from macro 'REFCOUNT'
  1535. #define REFCOUNT PyArray_REFCOUNT
  1536. ^
  1537. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:111:53: note: expanded from macro 'PyArray_REFCOUNT'
  1538. #define PyArray_REFCOUNT(obj) (((PyObject *)(obj))->ob_refcnt)
  1539. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  1540. adolc/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1541. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1542. ^
  1543. 3 warnings generated.
  1544. adolc/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1545. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1546. ^
  1547. 1 warning generated.
  1548. cc: adolc/src/py_interpolation.cpp
  1549. adolc/src/py_interpolation.cpp:20:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1550. int N = nu::shape(bpn_V)[0];
  1551. ~ ^~~~~~~~~~~~~~~~~~~
  1552. adolc/src/py_interpolation.cpp:21:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1553. int P = nu::shape(bpn_V)[1];
  1554. ~ ^~~~~~~~~~~~~~~~~~~
  1555. adolc/src/py_interpolation.cpp:22:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1556. int D = nu::shape(bpn_V)[2];
  1557. ~ ^~~~~~~~~~~~~~~~~~~
  1558. adolc/src/py_interpolation.cpp:23:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1559. int M = nu::shape(bpn_V1)[1];
  1560. ~ ^~~~~~~~~~~~~~~~~~~~
  1561. adolc/src/py_interpolation.cpp:24:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1562. int L = nu::shape(bpn_V2)[1];
  1563. ~ ^~~~~~~~~~~~~~~~~~~~
  1564. adolc/src/py_interpolation.cpp:83:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1565. int N = nu::shape(bpn_V)[0];
  1566. ~ ^~~~~~~~~~~~~~~~~~~
  1567. adolc/src/py_interpolation.cpp:84:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1568. int P = nu::shape(bpn_V)[1];
  1569. ~ ^~~~~~~~~~~~~~~~~~~
  1570. adolc/src/py_interpolation.cpp:85:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1571. int D = nu::shape(bpn_V)[2];
  1572. ~ ^~~~~~~~~~~~~~~~~~~
  1573. adolc/src/py_interpolation.cpp:86:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1574. int M = nu::shape(bpn_V1)[1];
  1575. ~ ^~~~~~~~~~~~~~~~~~~~
  1576. adolc/src/py_interpolation.cpp:87:13: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1577. int L = nu::shape(bpn_V2)[1];
  1578. ~ ^~~~~~~~~~~~~~~~~~~~
  1579. In file included from adolc/src/py_interpolation.cpp:1:
  1580. In file included from adolc/src/py_interpolation.h:4:
  1581. In file included from adolc/src/num_util.h:15:
  1582. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:9:
  1583. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:26:
  1584. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
  1585. _import_array(void)
  1586. ^
  1587. 11 warnings generated.
  1588. In file included from adolc/src/py_interpolation.cpp:1:
  1589. In file included from adolc/src/py_interpolation.h:4:
  1590. In file included from adolc/src/num_util.h:15:
  1591. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:9:
  1592. In file included from /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:26:
  1593. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
  1594. _import_array(void)
  1595. ^
  1596. 1 warning generated.
  1597. cc: adolc/src/py_adolc.cpp
  1598. adolc/src/py_adolc.cpp:387:10: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1599. int n = nu::shape(x)[0];
  1600. ~ ^~~~~~~~~~~~~~~
  1601. adolc/src/py_adolc.cpp:388:10: warning: implicit conversion loses integer precision: 'value_type' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1602. int m = nu::shape(y)[0];
  1603. ~ ^~~~~~~~~~~~~~~
  1604. 2 warnings generated.
  1605. c++ -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.12-intel-2.7/adolc/src/py_adolc.o build/temp.macosx-10.12-intel-2.7/adolc/src/py_interpolation.o build/temp.macosx-10.12-intel-2.7/adolc/src/num_util.o -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -lboost_python -ladolc -lColPack -o build/lib.macosx-10.12-intel-2.7/adolc/_adolc.so
  1606. ld: warning: directory not found for option '-L/usr/local/lib64'
  1607. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1608. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1609. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1610. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1611. ld: warning: directory not found for option '-L/usr/local/lib64'
  1612. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1613. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1614. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1615. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1616. ld: warning: directory not found for option '-L/usr/local/lib64'
  1617. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1618. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1619. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1620. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1621. ld: warning: directory not found for option '-L/usr/local/lib64'
  1622. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1623. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1624. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1625. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1626. ld: warning: ignoring file /usr/local/lib/libboost_python.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libboost_python.dylib
  1627. ld: warning: ignoring file /usr/local/lib/libadolc.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libadolc.dylib
  1628. ld: warning: ignoring file /usr/local/lib/libColPack.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libColPack.dylib
  1629. building 'sparse/_sparse' extension
  1630. C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
  1631.  
  1632. creating build/temp.macosx-10.12-intel-2.7/adolc/sparse
  1633. creating build/temp.macosx-10.12-intel-2.7/adolc/sparse/src
  1634. compile options: '-Iadolc/sparse/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  1635. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  1636. cc: adolc/sparse/src/num_util.cpp
  1637. adolc/sparse/src/num_util.cpp:205:48: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1638. object obj(handle<>(PyArray_SimpleNew(dimens.size(), &dimens[0], t)));
  1639. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  1640. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:126:36: note: expanded from macro 'PyArray_SimpleNew'
  1641. PyArray_New(&PyArray_Type, nd, dims, typenum, NULL, NULL, 0, 0, NULL)
  1642. ~~~~~~~~~~~ ^~
  1643. adolc/sparse/src/num_util.cpp:388:10: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1644. return REFCOUNT(reinterpret_cast<PyArrayObject*>(arr.ptr()));
  1645. ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1646. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:206:18: note: expanded from macro 'REFCOUNT'
  1647. #define REFCOUNT PyArray_REFCOUNT
  1648. ^
  1649. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:111:53: note: expanded from macro 'PyArray_REFCOUNT'
  1650. #define PyArray_REFCOUNT(obj) (((PyObject *)(obj))->ob_refcnt)
  1651. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  1652. adolc/sparse/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1653. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1654. ^
  1655. 3 warnings generated.
  1656. adolc/sparse/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1657. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1658. ^
  1659. 1 warning generated.
  1660. cc: adolc/sparse/src/py_sparse_adolc.cpp
  1661. adolc/sparse/src/py_sparse_adolc.cpp:13:20: warning: implicit conversion loses integer precision: 'npy_intp' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1662. jac_pat(tape_tag, M, N, x, JP, options);
  1663. ~~~~~~~ ^
  1664. adolc/sparse/src/py_sparse_adolc.cpp:13:23: warning: implicit conversion loses integer precision: 'npy_intp' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1665. jac_pat(tape_tag, M, N, x, JP, options);
  1666. ~~~~~~~ ^
  1667. adolc/sparse/src/py_sparse_adolc.cpp:104:11: warning: unused variable 'M' [-Wunused-variable]
  1668. npy_intp M = tape_stats[NUM_DEPENDENTS];
  1669. ^
  1670. adolc/sparse/src/py_sparse_adolc.cpp:110:21: warning: implicit conversion loses integer precision: 'npy_intp' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1671. hess_pat(tape_tag, N, x, HP, opt);
  1672. ~~~~~~~~ ^
  1673. 4 warnings generated.
  1674. adolc/sparse/src/py_sparse_adolc.cpp:104:11: warning: unused variable 'M' [-Wunused-variable]
  1675. npy_intp M = tape_stats[NUM_DEPENDENTS];
  1676. ^
  1677. 1 warning generated.
  1678. c++ -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.12-intel-2.7/adolc/sparse/src/py_sparse_adolc.o build/temp.macosx-10.12-intel-2.7/adolc/sparse/src/num_util.o -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -lboost_python -ladolc -lColPack -o build/lib.macosx-10.12-intel-2.7/adolc/sparse/_sparse.so
  1679. ld: warning: directory not found for option '-L/usr/local/lib64'
  1680. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1681. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1682. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1683. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1684. ld: warning: directory not found for option '-L/usr/local/lib64'
  1685. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1686. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1687. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1688. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1689. ld: warning: directory not found for option '-L/usr/local/lib64'
  1690. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1691. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1692. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1693. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1694. ld: warning: directory not found for option '-L/usr/local/lib64'
  1695. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1696. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1697. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1698. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1699. ld: warning: ignoring file /usr/local/lib/libboost_python.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libboost_python.dylib
  1700. ld: warning: ignoring file /usr/local/lib/libadolc.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libadolc.dylib
  1701. ld: warning: ignoring file /usr/local/lib/libColPack.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libColPack.dylib
  1702. building 'colpack/_colpack' extension
  1703. C compiler: cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
  1704.  
  1705. creating build/temp.macosx-10.12-intel-2.7/adolc/colpack
  1706. creating build/temp.macosx-10.12-intel-2.7/adolc/colpack/src
  1707. compile options: '-Iadolc/colpack/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/usr/local/include -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include" -I"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
  1708. extra options: '-std=c++11 -ftemplate-depth-100 -DBOOST_PYTHON_DYNAMIC_LIB -Wno-unused-local-typedefs'
  1709. cc: adolc/colpack/src/py_colpack_adolc.cpp
  1710. adolc/colpack/src/py_colpack_adolc.cpp:6:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1711. int N = tape_stats[NUM_INDEPENDENTS];
  1712. ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1713. adolc/colpack/src/py_colpack_adolc.cpp:7:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1714. int M = tape_stats[NUM_DEPENDENTS];
  1715. ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1716. adolc/colpack/src/py_colpack_adolc.cpp:42:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1717. int N = tape_stats[NUM_INDEPENDENTS];
  1718. ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1719. adolc/colpack/src/py_colpack_adolc.cpp:43:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1720. int M = tape_stats[NUM_DEPENDENTS];
  1721. ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1722. adolc/colpack/src/py_colpack_adolc.cpp:68:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1723. int N = tape_stats[NUM_INDEPENDENTS];
  1724. ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1725. adolc/colpack/src/py_colpack_adolc.cpp:111:24: warning: implicit conversion loses integer precision: 'npy_intp' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1726. sparse_hess(tape_tag, N, 1, x, &tmp_nnz, &rind, &cind, &values, options);
  1727. ~~~~~~~~~~~ ^
  1728. 6 warnings generated.
  1729. cc: adolc/colpack/src/num_util.cpp
  1730. adolc/colpack/src/num_util.cpp:205:48: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  1731. object obj(handle<>(PyArray_SimpleNew(dimens.size(), &dimens[0], t)));
  1732. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  1733. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:126:36: note: expanded from macro 'PyArray_SimpleNew'
  1734. PyArray_New(&PyArray_Type, nd, dims, typenum, NULL, NULL, 0, 0, NULL)
  1735. ~~~~~~~~~~~ ^~
  1736. adolc/colpack/src/num_util.cpp:388:10: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  1737. return REFCOUNT(reinterpret_cast<PyArrayObject*>(arr.ptr()));
  1738. ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1739. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/noprefix.h:206:18: note: expanded from macro 'REFCOUNT'
  1740. #define REFCOUNT PyArray_REFCOUNT
  1741. ^
  1742. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/numpy/ndarrayobject.h:111:53: note: expanded from macro 'PyArray_REFCOUNT'
  1743. #define PyArray_REFCOUNT(obj) (((PyObject *)(obj))->ob_refcnt)
  1744. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  1745. adolc/colpack/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1746. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1747. ^
  1748. 3 warnings generated.
  1749. adolc/colpack/src/num_util.cpp:10:25: warning: unused variable 'rcsid' [-Wunused-variable]
  1750. namespace { const char* rcsid = "$Id: num_util.cpp 39 2007-02-01 02:54:54Z phil $"; }
  1751. ^
  1752. 1 warning generated.
  1753. c++ -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.12-intel-2.7/adolc/colpack/src/py_colpack_adolc.o build/temp.macosx-10.12-intel-2.7/adolc/colpack/src/num_util.o -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -L/usr/local/lib -L/usr/local/lib64 -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib" -L"/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64" -lboost_python -ladolc -lColPack -o build/lib.macosx-10.12-intel-2.7/adolc/colpack/_colpack.so
  1754. ld: warning: directory not found for option '-L/usr/local/lib64'
  1755. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1756. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1757. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1758. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1759. ld: warning: directory not found for option '-L/usr/local/lib64'
  1760. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1761. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1762. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1763. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1764. ld: warning: directory not found for option '-L/usr/local/lib64'
  1765. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1766. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1767. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1768. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1769. ld: warning: directory not found for option '-L/usr/local/lib64'
  1770. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib'
  1771. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64'
  1772. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib'
  1773. ld: warning: directory not found for option '-L/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64'
  1774. ld: warning: ignoring file /usr/local/lib/libboost_python.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libboost_python.dylib
  1775. ld: warning: ignoring file /usr/local/lib/libadolc.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libadolc.dylib
  1776. ld: warning: ignoring file /usr/local/lib/libColPack.dylib, file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libColPack.dylib
  1777. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ python -c "import adolc; adolc.test()"
  1778. Traceback (most recent call last):
  1779. File "<string>", line 1, in <module>
  1780. File "adolc/__init__.py", line 1, in <module>
  1781. import _adolc
  1782. ImportError: No module named _adolc
  1783. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ python
  1784. Python 2.7.10 (default, Feb 7 2017, 00:08:15)
  1785. [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
  1786. Type "help", "copyright", "credits" or "license" for more information.
  1787. >>> importy _adolc
  1788. File "<stdin>", line 1
  1789. importy _adolc
  1790. ^
  1791. SyntaxError: invalid syntax
  1792. >>> import adolc
  1793. Traceback (most recent call last):
  1794. File "<stdin>", line 1, in <module>
  1795. File "adolc/__init__.py", line 1, in <module>
  1796. import _adolc
  1797. ImportError: No module named _adolc
  1798. >>> quit()
  1799. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cd
  1800. Alexanders-MacBook-Air:~ alexanderjulianty$ python -c "import adolc; adolc.test()"
  1801. Traceback (most recent call last):
  1802. File "<string>", line 1, in <module>
  1803. ImportError: No module named adolc
  1804. Alexanders-MacBook-Air:~ alexanderjulianty$ python
  1805. Python 2.7.10 (default, Feb 7 2017, 00:08:15)
  1806. [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
  1807. Type "help", "copyright", "credits" or "license" for more information.
  1808. >>> import adolc
  1809. Traceback (most recent call last):
  1810. File "<stdin>", line 1, in <module>
  1811. ImportError: No module named adolc
  1812. >>> quit()
  1813. Alexanders-MacBook-Air:~ alexanderjulianty$ ls
  1814. #Mathnasium.Rmd# Pictures
  1815. #TUTORIAL# Public
  1816. %89O%E1%D3%F8?v%E1 PycharmProjects
  1817. Applications PythonPlayground
  1818. Data Assimilation Adaptive NN Qt5.4.1
  1819. Desktop TUTORIAL
  1820. Documents TUTORIAL~
  1821. Downloads brush
  1822. Dropbox datasciencecoursera
  1823. Github environment.yml
  1824. Library javastuff
  1825. Movies mystuff
  1826. Music tmp_3DyDq.plist
  1827. Alexanders-MacBook-Air:~ alexanderjulianty$ cd "Data Assimilation Adaptive NN"/
  1828. Alexanders-MacBook-Air:Data Assimilation Adaptive NN alexanderjulianty$ cd pyadolc-master
  1829. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ ls
  1830. KNOWN_BUGS_AND_PITFALLS.rst doc
  1831. README.rst examples
  1832. adolc setup.py
  1833. bootstrap.sh tests
  1834. build
  1835. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cc=clang cxx=clang++ python setup.py install
  1836.  
  1837. Please check that the following settings are correct for your system:
  1838.  
  1839. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1840.  
  1841. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1842.  
  1843.  
  1844. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1845. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1846.  
  1847. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1848. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1849.  
  1850. You can also specify the compiler, e.g. by
  1851. ``export CC=clang`` and ``export CXX=clang++`` or run
  1852.  
  1853. Example:
  1854.  
  1855. CC=clang CXX=clang++ python setup.py
  1856.  
  1857.  
  1858. Press enter to build pyadolc.
  1859. running install
  1860. running build
  1861. running build_py
  1862. running build_ext
  1863. running install_lib
  1864. creating /Library/Python/2.7/site-packages/adolc
  1865. error: could not create '/Library/Python/2.7/site-packages/adolc': Permission denied
  1866. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ sudo cc=clang cxx=clang++ python setup.py install
  1867. Password:
  1868.  
  1869. Please check that the following settings are correct for your system:
  1870.  
  1871. include_dirs = ['/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include', '/usr/local/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/include', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/include']
  1872.  
  1873. library_dirs = ['/usr/local/lib', '/usr/local/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/inst/lib64', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib', '/Users/alexanderjulianty/Data Assimilation Adaptive NN/pyadolc-master/PACKAGES/ADOL-C/ThirdParty/ColPack/lib64']
  1874.  
  1875.  
  1876. If ADOL-C or Colpack cannot be found, you can manually set the paths via
  1877. ``export ADOLC_DIR=/path/to/adol-c`` and ``export COLPACK_DIR=/path/to/colpack``
  1878.  
  1879. * where /path/to/adol-c contains the folders ``./include`` and ``./lib64``.
  1880. * where /path/to/colpack contains the folders ``./include`` and ``./lib64``, containing ``libColPack.so`` and the include files
  1881.  
  1882. You can also specify the compiler, e.g. by
  1883. ``export CC=clang`` and ``export CXX=clang++`` or run
  1884.  
  1885. Example:
  1886.  
  1887. CC=clang CXX=clang++ python setup.py
  1888.  
  1889.  
  1890. Press enter to build pyadolc.
  1891. running install
  1892. running build
  1893. running build_py
  1894. running build_ext
  1895. running install_lib
  1896. creating /Library/Python/2.7/site-packages/adolc
  1897. copying build/lib.macosx-10.12-intel-2.7/adolc/__init__.py -> /Library/Python/2.7/site-packages/adolc
  1898. copying build/lib.macosx-10.12-intel-2.7/adolc/_adolc.so -> /Library/Python/2.7/site-packages/adolc
  1899. copying build/lib.macosx-10.12-intel-2.7/adolc/cgraph.py -> /Library/Python/2.7/site-packages/adolc
  1900. creating /Library/Python/2.7/site-packages/adolc/colpack
  1901. copying build/lib.macosx-10.12-intel-2.7/adolc/colpack/__init__.py -> /Library/Python/2.7/site-packages/adolc/colpack
  1902. copying build/lib.macosx-10.12-intel-2.7/adolc/colpack/_colpack.so -> /Library/Python/2.7/site-packages/adolc/colpack
  1903. creating /Library/Python/2.7/site-packages/adolc/colpack/tests
  1904. copying build/lib.macosx-10.12-intel-2.7/adolc/colpack/tests/__init__.py -> /Library/Python/2.7/site-packages/adolc/colpack/tests
  1905. copying build/lib.macosx-10.12-intel-2.7/adolc/colpack/tests/test_wrapped_functions.py -> /Library/Python/2.7/site-packages/adolc/colpack/tests
  1906. copying build/lib.macosx-10.12-intel-2.7/adolc/colpack/wrapped_functions.py -> /Library/Python/2.7/site-packages/adolc/colpack
  1907. copying build/lib.macosx-10.12-intel-2.7/adolc/finitedifferences.py -> /Library/Python/2.7/site-packages/adolc
  1908. copying build/lib.macosx-10.12-intel-2.7/adolc/interpolation.py -> /Library/Python/2.7/site-packages/adolc
  1909. copying build/lib.macosx-10.12-intel-2.7/adolc/linalg.py -> /Library/Python/2.7/site-packages/adolc
  1910. creating /Library/Python/2.7/site-packages/adolc/sparse
  1911. copying build/lib.macosx-10.12-intel-2.7/adolc/sparse/__init__.py -> /Library/Python/2.7/site-packages/adolc/sparse
  1912. copying build/lib.macosx-10.12-intel-2.7/adolc/sparse/_sparse.so -> /Library/Python/2.7/site-packages/adolc/sparse
  1913. creating /Library/Python/2.7/site-packages/adolc/sparse/tests
  1914. copying build/lib.macosx-10.12-intel-2.7/adolc/sparse/tests/__init__.py -> /Library/Python/2.7/site-packages/adolc/sparse/tests
  1915. copying build/lib.macosx-10.12-intel-2.7/adolc/sparse/tests/test_wrapped_functions.py -> /Library/Python/2.7/site-packages/adolc/sparse/tests
  1916. copying build/lib.macosx-10.12-intel-2.7/adolc/sparse/wrapped_functions.py -> /Library/Python/2.7/site-packages/adolc/sparse
  1917. copying build/lib.macosx-10.12-intel-2.7/adolc/tangent.py -> /Library/Python/2.7/site-packages/adolc
  1918. creating /Library/Python/2.7/site-packages/adolc/tests
  1919. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/__init__.py -> /Library/Python/2.7/site-packages/adolc/tests
  1920. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_cgraph.py -> /Library/Python/2.7/site-packages/adolc/tests
  1921. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_finitedifferences.py -> /Library/Python/2.7/site-packages/adolc/tests
  1922. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_interpolation.py -> /Library/Python/2.7/site-packages/adolc/tests
  1923. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_linalg.py -> /Library/Python/2.7/site-packages/adolc/tests
  1924. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_tangent.py -> /Library/Python/2.7/site-packages/adolc/tests
  1925. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_wrapped_functions.py -> /Library/Python/2.7/site-packages/adolc/tests
  1926. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_wrapped_functions_complicated.py -> /Library/Python/2.7/site-packages/adolc/tests
  1927. copying build/lib.macosx-10.12-intel-2.7/adolc/tests/test_wrapped_functions_future.py -> /Library/Python/2.7/site-packages/adolc/tests
  1928. copying build/lib.macosx-10.12-intel-2.7/adolc/wrapped_functions.py -> /Library/Python/2.7/site-packages/adolc
  1929. byte-compiling /Library/Python/2.7/site-packages/adolc/__init__.py to __init__.pyc
  1930. byte-compiling /Library/Python/2.7/site-packages/adolc/cgraph.py to cgraph.pyc
  1931. byte-compiling /Library/Python/2.7/site-packages/adolc/colpack/__init__.py to __init__.pyc
  1932. byte-compiling /Library/Python/2.7/site-packages/adolc/colpack/tests/__init__.py to __init__.pyc
  1933. byte-compiling /Library/Python/2.7/site-packages/adolc/colpack/tests/test_wrapped_functions.py to test_wrapped_functions.pyc
  1934. byte-compiling /Library/Python/2.7/site-packages/adolc/colpack/wrapped_functions.py to wrapped_functions.pyc
  1935. byte-compiling /Library/Python/2.7/site-packages/adolc/finitedifferences.py to finitedifferences.pyc
  1936. byte-compiling /Library/Python/2.7/site-packages/adolc/interpolation.py to interpolation.pyc
  1937. byte-compiling /Library/Python/2.7/site-packages/adolc/linalg.py to linalg.pyc
  1938. byte-compiling /Library/Python/2.7/site-packages/adolc/sparse/__init__.py to __init__.pyc
  1939. byte-compiling /Library/Python/2.7/site-packages/adolc/sparse/tests/__init__.py to __init__.pyc
  1940. byte-compiling /Library/Python/2.7/site-packages/adolc/sparse/tests/test_wrapped_functions.py to test_wrapped_functions.pyc
  1941. byte-compiling /Library/Python/2.7/site-packages/adolc/sparse/wrapped_functions.py to wrapped_functions.pyc
  1942. byte-compiling /Library/Python/2.7/site-packages/adolc/tangent.py to tangent.pyc
  1943. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/__init__.py to __init__.pyc
  1944. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_cgraph.py to test_cgraph.pyc
  1945. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_finitedifferences.py to test_finitedifferences.pyc
  1946. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_interpolation.py to test_interpolation.pyc
  1947. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_linalg.py to test_linalg.pyc
  1948. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_tangent.py to test_tangent.pyc
  1949. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_wrapped_functions.py to test_wrapped_functions.pyc
  1950. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_wrapped_functions_complicated.py to test_wrapped_functions_complicated.pyc
  1951. byte-compiling /Library/Python/2.7/site-packages/adolc/tests/test_wrapped_functions_future.py to test_wrapped_functions_future.pyc
  1952. byte-compiling /Library/Python/2.7/site-packages/adolc/wrapped_functions.py to wrapped_functions.pyc
  1953. running install_egg_info
  1954. Writing /Library/Python/2.7/site-packages/pyadolc-0.1.0-py2.7.egg-info
  1955. Alexanders-MacBook-Air:pyadolc-master alexanderjulianty$ cd
  1956. Alexanders-MacBook-Air:~ alexanderjulianty$ python -c "import adolc; adolc.test()"
  1957. Running unit tests for adolc
  1958. NumPy version 1.8.0rc1
  1959. NumPy is installed in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy
  1960. Python version 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
  1961. nose version 1.3.4
  1962. ................called gfcn
  1963. .....[ 3.39343206 1.27253702]
  1964. [-0.77108022 0.42417901]
  1965. .............[ 35. 21. 15.]
  1966. ....sh: pdflatex: command not found
  1967. ...4(a)
  1968. 3(a)
  1969. .4(a)
  1970. 5(a)
  1971. .....4.0
  1972. 3.0
  1973. ..........<class 'adolc._adolc.adub'>
  1974. <class 'adolc._adolc.adouble'>
  1975. .........
  1976. ----------------------------------------------------------------------
  1977. Ran 66 tests in 3.504s
  1978.  
  1979. OK
  1980. Alexanders-MacBook-Air:~ alexanderjulianty$ brew list
  1981. adol-c gmp python3
  1982. autoconf isl readline
  1983. automake libmpc scipy
  1984. boost-python@1.59 libtool shtool
  1985. boost@1.59 mpfr sqlite
  1986. boost@1.60 numpy wget
  1987. colpack openssl xz
  1988. gcc openssl@1.1
  1989. gdbm python
  1990. Alexanders-MacBook-Air:~ alexanderjulianty$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement