Commit Graph

466 Commits

Author SHA1 Message Date
Jorrit Wronski
a23824abd5 getting ready for Python3.7, related to #1604, #1654 and #1309. Please refer to https://github.com/CoolProp/Dockerfiles for details 2018-08-09 12:04:29 +02:00
Ian Bell
c48566367f Remove python 3.3 slaves 2018-03-10 14:29:55 -07:00
Jorrit Wronski
3fac4949f2 upload wheels using buildbot instead of rsync 2017-12-19 16:54:50 +01:00
Ian Bell
dfae574ed2 Remove unused slave from buildbot config 2017-12-18 18:49:22 -07:00
Jorrit Wronski
c001f876fa a missing comma 2017-12-18 20:57:01 +01:00
Jorrit Wronski
5944cb5992 Changed the master configuration to use the new buildbot passwords 2017-12-18 20:55:35 +01:00
Jorrit Wronski
a14d03711c Update gcc version for new OSX builder 2017-12-18 15:41:34 +01:00
Ian Bell
23c607d66a Update MSVC for Catch windows build 2017-11-17 21:42:23 -07:00
Ian Bell
3ef8042ce8 Remove all the remaining MATLAB builders; switch to python for MATLAB 2017-11-17 21:23:15 -07:00
Ian Bell
7fb71a366b Removed some buildbot builders that are no longer needed 2017-11-15 22:19:21 -07:00
Jorrit Wronski
56d7f78042 Added a new OSX builder, updated commands to handle new buildbot versions, still some work in progress 2017-10-30 09:14:15 +01:00
Jorrit Wronski
a0625011d1 Enabling the catch test again 2017-08-16 08:44:53 +02:00
Jorrit Wronski
b6d01a4e33 More Python 3.6 stuff 2017-03-10 18:09:50 +01:00
Jorrit Wronski
6d9b3c0292 Added Python 3.6 for #1429 2017-03-10 18:03:06 +01: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