- 11 Dec, 2019 2 commits
-
-
Andrew Murray authored
-
Matthew Brett authored
MRG: Allow user to override PLAT for macOS builds Add ability for user to override `PLAT` for macOS builds. Prior to this `PLAT` was only used for linux builds. closes #252
-
- 09 Dec, 2019 2 commits
-
-
Matthew Brett authored
Fixed typo
-
Andrew Murray authored
-
- 07 Dec, 2019 1 commit
-
-
Matthew Brett authored
MRG: set MB_PYTHON_OSX_VER default to the newest available Use 10.9 installers where they are available, instead of defaulting to 10.6 installers. Discussion in #273
-
- 04 Dec, 2019 7 commits
- 28 Nov, 2019 3 commits
-
-
robbuckley authored
-
robbuckley authored
Co-Authored-By:Andrew Murray <3112309+radarhere@users.noreply.github.com>
-
Andrew Murray authored
Updated arb to 2.17.0
-
- 25 Nov, 2019 1 commit
-
-
mattip authored
-
- 22 Nov, 2019 1 commit
-
-
mattip authored
-
- 21 Nov, 2019 3 commits
- 18 Nov, 2019 1 commit
-
-
mattip authored
-
- 14 Nov, 2019 2 commits
- 08 Nov, 2019 1 commit
-
-
robbuckley authored
-
- 07 Nov, 2019 1 commit
-
-
robbuckley authored
-
- 06 Nov, 2019 5 commits
-
-
robbuckley authored
-
robbuckley authored
-
robbuckley authored
-
Matthew Brett authored
Fix typo in --enable-threadsafe flag
-
Tom Kooij authored
--enable-unsupported is necesssary for HDF5 to build with both threadsafety and high level library enabled. --with-pthreads form HDF5 docs and conda-forge Thread safety flags copied from conda-forge hdf5-feedstock: conda-forge/hdf5-feedstock@36304eabd09a68d60a726fd6de4913d38c040917
-
- 04 Nov, 2019 1 commit
-
-
Tom Kooij authored
-
- 02 Nov, 2019 1 commit
-
-
Tom Kooij authored
-
- 01 Nov, 2019 2 commits
-
-
Matthew Brett authored
update SWIG_VERSION from 3.0.12 to 4.0.1
-
Mohamed Abuelanin authored
-
- 31 Oct, 2019 3 commits
-
-
Matthew Brett authored
MRG default macOS ver, brew fix, refactor This PR does three things: * Sets the default Python installer / MB_PYTHON_OSX_VER for Python 3.8, so users don't have do this in their travis.yml files. * Adds a brew update fix to work round a syntax error on Homebrew on macOS. * Refactors our .travis.yml to use MB_PYTHON_VERSION, rather than PYTHON_VERSION. This matches the way that users will write their travis.yml files.
-
Matthew Brett authored
-
Matthew Brett authored
-
- 30 Oct, 2019 2 commits
-
-
Matthew Brett authored
MB_PYTHON_VERSION is the standard variable to set the Python version. Switch to that. Ensure it is always set for tests.
-
Matthew Brett authored
See: https://github.com/matthew-brett/multibuild/pull/274#issuecomment-547314285 Thanks Matti.
-
- 29 Oct, 2019 1 commit
-
-
Matthew Brett authored
MRG: Build HDF5 with thread safety enabled Build HDF5 with --enable-thread-safe flag. This was brought to my attention by @ZanSara over at pytables/pytables#776 It seems a good idea to enable thread safety for the HDF5 library. This makes a lot of sense, as the conda-forge [hdf5 package is also build](https://github.com/conda-forge/hdf5-feedstock/blob/master/recipe/build.sh) with this flag.
-