453 Commits

Author SHA1 Message Date
Jorrit Wronski
1e07b2b70b Picked individual files for next release 2018-08-09 14:48:24 +02:00
Ian Bell
817b6960b2 Catch runs should be Release builds; closes #1290 2016-10-24 18:38:53 -06:00
Jorrit Wronski
930debd741 Added some docs for #1237 and removed a duplicate rst for Excel 2016-10-14 15:07:28 +02:00
Jorrit Wronski
b8e16c259c EES installer should be moved to the general installer 2016-09-25 23:12:27 +02:00
Jorrit Wronski
f8c49ad2c7 Directory upload to buildbot 2016-09-20 11:44:55 +02:00
Jorrit Wronski
c2af1fc9b2 Moved the Excel builder to the DTU machine 2016-09-19 22:31:44 +02:00
Jorrit Wronski
0e91967e4e Merging all actions into the CMake commands, rewrote buildbot configuration 2016-09-19 22:04:42 +02:00
Jorrit Wronski
62fbcd2373 Modified the Excel files to match the new library names and included a new CMake target in the builbot configuration 2016-09-18 21:39:03 +02:00
Ian Bell
dee097d147 Re-enable MATLAB 32-bit build on windows; closes #1146 2016-07-06 22:32:32 -06:00
Mike Kaganski
1f1bf52f77 Change names of dlls copied to SMath wrapper: use underscore instead of dot (#1113)
This is required in order to remove ".dll" extension from the library
name in .NET DllImport. And that, in turn, is intended to enable
cross-platform use of SMath wrapper on other OSes, like Linux (that is
supported by both CoolProp and SMath).
As explained at
http://www.mono-project.com/docs/advanced/pinvoke/, it's recommended to
omit the library extension to allow mono to find native libraries.
2016-06-21 08:31:43 -06:00
Mike Kaganski
0f1749acce Allow conditionally build SMath in source tree (#1107)
Allow conditional build of SMath in source tree (fixes #1110)
2016-06-07 19:38:39 -06:00
Ian Bell
ffddbce6b1 Attempt to fix CMake build system 2016-06-06 22:00:27 -06:00
Mike Kaganski
6d21a6cc65 Allow cmake properly build SMath wrapper (#1100)
* Allow cmake properly build SMath wrapper

Integrate c# project into solution; allow usual cmake --build . --config
Release to build SMath wrapper.
Remove obsolete build.bat and coolprop_wrapper.sln files:
cmake-generated solution already includes everything.
Use build subdirectory wrappers/SMath for all generated files (both by
cmake, including csproj file itself, and by build process), thus no
dirty tree anymore.

Please note: this change requires cmake version 2.8.9 (because of
include_external_msproject TYPE).

* Tentative patch for buildbot

Unfortunately, I cannot test the buildbot, neither I know about it much.
I suppose that this is a sensible patch to be able to work with previous
changes to SMath build process.

* Update SMath wrapper help
2016-06-06 08:05:46 -06:00
Jorrit Wronski
d8282e54d3 Typo in master.cfg 2016-05-27 10:27:51 +02:00
Jorrit Wronski
08fd0997aa Changed the docker scripts 2016-05-27 10:25:21 +02:00
Jorrit Wronski
c647124f0e Added the bitness and tags for the docker images 2016-05-25 19:56:30 +02:00
Ian Bell
39675ea5f8 Yet another try with MathCAD 2016-05-07 21:45:37 -06:00
Ian Bell
13941cbc87 One more go for MathCAD+buildbot 2016-05-07 20:09:47 -06:00
Ian Bell
4562e6eb61 Another try at MathCAD buildbot 2016-05-07 19:34:09 -06:00
Ian Bell
4c0fbe4974 Fix MathCAD build? 2016-05-07 16:37:57 -06:00
Ian Bell
fc9cdf1e38 Add MathCAD builders to buildbot 2016-05-07 15:22:36 -06:00
Ian Bell
6d62bb72aa First attempt at #1044 2016-05-01 15:50:09 -06:00
Ian Bell
31d2abe11f Disable the python linux builds in preparation of changeover to manylinux1 builds 2016-04-28 21:22:52 -06:00
Jorrit Wronski
78846197c6 Disabled the conda builds again, closes #1033 2016-04-27 11:00:37 +02:00
Ian Bell
e5908e8300 Remove static library linkage when building pythonn 3.5 wheels; see #1002 2016-04-22 22:15:07 -06:00
Ian Bell
340b26b147 Switch python 3.5 windows builds to use vc14 cmake compiler; see #1002 2016-04-22 22:09:53 -06:00
Ian Bell
d849b4530e Another try with MATLAB on OSX 10.10 2016-04-11 21:30:51 -06:00
Ian Bell
0104e8cc0d Try to fix the install path for OSX 2016-04-11 21:16:54 -06:00
Ian Bell
d7a3340bad Add new OSX slave for OSX 10.10+ 2016-04-11 20:38:24 -06:00
Ian Bell
240774b12d Use cmake to build sphinx docs on OSX 2016-04-07 21:59:09 -06:00
Jorrit Wronski
396aed1b3d It is more difficult than I though to have parallel builds 2016-04-04 10:07:17 +02:00
Jorrit Wronski
c5d67932a0 Typo in master.cfg 2016-04-04 09:00:15 +02:00
Jorrit Wronski
62911bd882 The Windows builder has been upgraded to 4 cores 2016-04-04 08:27:04 +02:00
Jorrit Wronski
17dd671d54 Removed the cython upgrades to get more errors from the builders 2016-04-01 15:50:35 +02:00
Jorrit Wronski
2bd2b95917 I am constantly running out of disk space on the Windows machine. 2016-03-30 10:36:01 +02:00
Jorrit Wronski
f5098d98f8 Added Python 3.5 to the Linux slaves, this won't work until CoolProp/Dockerfiles#1 is resolved 2016-03-23 15:47:33 +01:00
Ian Bell
50ab96fcd3 Upgrade cython for sphinx builder 2016-03-21 22:05:37 -07:00
Ian Bell
326c824775 Install cython into the appropriate environment this time 2016-03-21 20:23:44 -07:00
Ian Bell
7b9a2382b3 Fix typo in coolprop cp 3.5 build in buildbot 2016-03-21 20:09:31 -07:00
Ian Bell
3e5635f56a Upgrade cython as part of python build 2016-03-21 20:06:09 -07:00
Ian Bell
0a30c6273b First attempt at adding python 3.5 wheels; see #1002 2016-03-21 18:29:37 -06:00
Jorrit Wronski
bf03ec2a26 Introducing limits for build logs to save disk space 2016-03-13 12:19:40 +01:00
Jorrit Wronski
54b8b892ed Added conda builds again to please #905 and #956 2016-02-17 00:00:12 +01:00
Ian Bell
5bb54fefaf Remove scilab builders from buildbot 2016-02-09 20:42:56 -07:00
Ian Bell
530a0fb366 Remove static library builders from buildbot 2016-01-09 14:11:23 -07:00
Ian Bell
f9be196f66 Removed mathematica and VxWorks builds 2016-01-09 00:08:06 -07:00
Jorrit Wronski
cd6b7e5325 Fixes the double definition of the library switches 2015-11-16 01:06:40 +01:00
Jorrit Wronski
b8b2e850c1 Added MinGW to library builders 2015-11-16 00:28:54 +01:00
Jorrit Wronski
abac7a1879 Cleaned the library builders 2015-11-15 23:58:01 +01:00
Jorrit Wronski
bb3ca83b37 Restructured library builders 2015-11-15 23:35:43 +01:00