Commit Graph

53 Commits

Author SHA1 Message Date
Ian Bell
f3d095c6e2 Fix typo in OSX build flags 2016-04-30 13:16:01 -06:00
Ian Bell
4fe950a0d8 Copy cppformat to the appropriate location 2016-04-30 13:10:45 -06:00
Ian Bell
43481221c2 manylinux wheels fully working now 2016-04-29 09:42:53 -06:00
Ian Bell
9425f6227a More changes for manylinux 2016-04-29 09:09:06 -06:00
Ian Bell
f2d9ac3dbd python static library builds should be release builds 2016-04-11 21:20:03 -06:00
Ian Bell
25eb3c2f42 Fix include paths for OSX; see #994 2016-03-21 18:22:48 -06:00
Ian Bell
470514a8e3 Refactor phase envelope packaging with msgpack to remove external msgpack-c include
Also, don't package msgpack or rapidjson with CoolProp.  Doesn't seem necessary now
2016-03-18 21:37:49 -07:00
Ian Bell
0630c47bc7 Also add the msgpack headers to CoolProp installation - more annoying than you would imagine... 2016-02-20 16:07:09 -07:00
Ian Bell
8f9c59da7d Don't package _JSON.h binary files when distributing CoolProp 2016-02-16 20:10:47 -07:00
Ian Bell
f5a84cef8f Pull in the correct include path for linking with other applications (PDSim, etc.) 2016-02-16 20:00:50 -07:00
Jorrit Wronski
3f1dd9f3d3 Added cppformat as external library, see #952 and #907. Does https://github.com/CoolProp/CoolProp/blob/master/dev/codelite/coolprop.project need updating? 2016-02-17 01:08:23 +01:00
Ian Bell
d51d47e87c Make CMake+Python integration work on OSX (finally) 2016-02-15 19:56:46 -07:00
Ian Bell
66d72abeca Fix rapidjson path for python setup.py 2016-02-13 17:23:05 -07:00
Ian Bell
40e7844912 Install psyrc file; closes #641 2015-05-01 21:28:29 -06:00
Jorrit Wronski
94a61760e8 More reconfiguration 2015-04-21 00:13:56 +02:00
Jorrit Wronski
78b7a14585 Still playing with Python config, hopefully fixes an OSX bug (PhaseEnvelope import) as well. 2015-04-20 21:46:57 +02:00
Jorrit Wronski
dc30c96d38 More CMake and buildbot changes 2015-04-20 20:57:24 +02:00
Jorrit Wronski
de18afe146 One more typo in the CMake options 2015-04-20 19:47:35 +02:00
Jorrit Wronski
4a601a9f76 Trying to fix the Python builds 2015-04-20 19:39:40 +02:00
Ian Bell
48fe5b972f Implemented IF97 backend; closes #567 2015-03-31 23:57:25 -06:00
Ian Bell
5cbab2a859 Remove double declaration of UNICODE
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-25 08:10:08 -07:00
Ian Bell
d12a4883f9 Fix python build script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-23 23:27:57 -07:00
Ian Bell
a7a14d7781 Update setup.py for python building
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-21 17:50:06 -07:00
Ian Bell
c50a4f6494 Automatically generate the enum keys for Python. Maybe helps with pydev issue; See #367
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-24 12:09:25 -05:00
Jorrit Wronski
6cbfc9efac Added the new include folder to the Python builder 2014-12-19 15:47:58 +01:00
Ian Bell
99810eabf1 Python setup script shows call to cmake build
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 15:47:42 -05:00
Ian Bell
e236d44989 Make python build script use g++ for CC and CXX 2014-11-25 21:19:12 +01:00
Jorrit Wronski
38b4348a7f Not all computers have a macversion, of course. 2014-11-25 19:41:08 +01:00
Jorrit Wronski
ba36fd903c Let us hope this fixes #246 ... something similar might have to be done in the cmake config files 2014-11-25 19:33:18 +01:00
Ian Bell
b844cc58a4 setup.py can use default compiler that cmake wants to use
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-24 14:57:21 -05:00
Ian Bell
eaf6168891 Add mingw cmake support to setup.py - though this doesn't seem to be working. Compiles but crashes.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-23 21:21:25 -05:00
Ian Bell
9e455684c1 Reverted installation requirements - better to warn when trying to import CoolProp
See https://github.com/CoolProp/CoolProp/issues/160

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-28 14:46:27 -04:00
Jorrit Wronski
d0686653a1 Added Python dependencies 2014-10-05 13:23:30 +02:00
Ian Bell
2f6b083aff Expose BibTeX all the way back to python wrapper
Closes https://github.com/CoolProp/CoolProp/issues/164

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-02 14:21:15 +02:00
Ian Bell
5b2f054010 When using CMake, touch CoolProp.pyx to make sure rebuild actually happens
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:17:29 +02:00
Ian Bell
4ec1f1358f Integrated CMake into python's setup.py
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 12:46:59 +02:00
Ian Bell
1a82468c68 Expose mixture binary pair data all the way through python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 13:43:29 +02:00
Ian Bell
9d7946b983 Updated python docs for doxylink purposes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 16:54:53 +02:00
Ian Bell
92299092a4 Updated python wrappers of both Abstract State and old kSI based state class
Fixed cp0
Works again with PDSim
Closes https://github.com/CoolProp/CoolProp/issues/134

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-09 14:30:42 +02:00
Ian Bell
e4c8d3f061 Python wrapper is more or less back in action completely. Additional testing is required.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-12 16:25:33 +02:00
Ian Bell
802495cad3 Last commit before rename of python module to CoolProp
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-12 15:07:57 +02:00
Ian Bell
b7bd58d986 More work on flash routines, number of failures is rapidly decreasing - still have problems for low pressure sat_p calcs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-12 11:21:12 +02:00
Ian Bell
584b975b4b Fixed python files for py3.x I think, though I hate python 3 string handling 2014-08-07 23:27:37 +02:00
Ian Bell
4fd84a7eba Added necessary functions to Python in order to generate parameter table
Built table in RST using python script Web/coolprop/build_parametric_table.py for High-Level API

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 21:37:36 +02:00
Ian Bell
e9ac0bcc9d python wrapper work
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-03 20:43:42 +02:00
Ian Bell
a2f45e29da Added functionality for trivial outputs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-03 18:55:52 +02:00
Ian Bell
c0a95b9f42 Fixed setup.py to not try to import CoolProp
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-03 17:19:26 +02:00
Ian Bell
18899a5cc3 Fixed files to compile for python on OSX 2014-08-03 14:29:07 +02:00
Ian Bell
a14731783e python builders work!!
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-03 14:00:46 +02:00
Ian Bell
df17eaf6cc python wrapper builds with vs2008 (fixed bug in Eigen)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-03 11:37:17 +02:00