aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-03-06Add conditional cibuildwheel use and release scriptGertjan van den Burg1-7/+18
2020-03-06Removing windows builds from travis for nowGertjan van den Burg1-15/+1
2020-03-06Don't reinstall openblasGertjan van den Burg1-2/+1
It would break a number of dependencies, so we'll try another way for now.
2020-03-06Reinstall openblasGertjan van den Burg1-1/+2
Some SO posts on missing cblas.h recommend this strategy.
2020-03-06Update xcode to lastest versionGertjan van den Burg1-2/+2
2020-03-04Remove lapack as it's not used (included in openblas)Gertjan van den Burg1-1/+1
2020-03-04Edit debug statements to deal with MacOS failureGertjan van den Burg1-13/+13
2020-03-04Remove Python 3.5 from CIBW versionsGertjan van den Burg1-3/+3
The wheel for this version is no longer available, and this breaks testing somehow (cibw tries to build the wheel before installing in the virtualenv, but doing so requires numpy, which is not yet installed at that point.)
2020-03-04Add test requirementsGertjan van den Burg1-0/+1
Not sure if this is strictly necessary, but the cibw build fails at the moment due to missing Cython and numpy.
2020-03-04Temporarily disable osx buildsGertjan van den Burg1-13/+13
2019-12-23Disable windows builds temporarilyGertjan van den Burg1-17/+15
2019-12-05also set env varsGertjan van den Burg1-4/+2
2019-12-05Add distutils debuggingGertjan van den Burg1-0/+1
2019-12-05try installing just openblasGertjan van den Burg1-1/+1
2019-12-05Attempt to hardcode environment into setup.pyGertjan van den Burg1-1/+3
2019-12-04Try to be more specific with library pathsGertjan van den Burg1-3/+3
2019-12-04more debuggingGertjan van den Burg1-1/+1
2019-12-04debugging blas/lapack install on windowsGertjan van den Burg1-1/+1
2019-11-20Disable 3.8 for nowGertjan van den Burg1-8/+4
2019-11-20Attempt to fix build on 3.8 for mac and linuxGertjan van den Burg1-2/+7
2019-11-20Get some more debug infoGertjan van den Burg1-1/+1
2019-11-20Add cython as a requirement for testsGertjan van den Burg1-0/+2
This seems weird, but it seems that the sklearn build fails without cython.
2019-11-20try setting the env variables in using cibwGertjan van den Burg1-0/+1
2019-11-20First attempt at setting lapack and blas variablesGertjan van den Burg1-0/+2
2019-11-20show only directoriesGertjan van den Burg1-1/+1
2019-11-20Remove echo statementsGertjan van den Burg1-1/+1
2019-11-20Show a bit more depthGertjan van den Burg1-1/+1
2019-11-20Use find instead of lsGertjan van den Burg1-1/+1
2019-11-20try using ls to list the dirGertjan van den Burg1-1/+1
2019-11-20Remove dir commandGertjan van den Burg1-1/+1
Somehow that seems to trip up the nuget install command, even though this doesn't make any sense.
2019-11-20try a different way of specifying the pathGertjan van den Burg1-1/+1
2019-11-20inspect lapack directoryGertjan van den Burg1-1/+1
We have to set environment variables that point to the blas and lapack directories, but we need to know where they are first.
2019-11-20remove old cygwin stuffGertjan van den Burg1-7/+0
2019-11-20Make sure Cython is availableGertjan van den Burg1-3/+3
Since we're not running the install block, Cython isn't available by default, which causes the setup.py script to default to not building the C code.
2019-11-20Set output directory for lapacke and install numpyGertjan van den Burg1-1/+1
2019-11-20Debug installing lapacke with nugetGertjan van den Burg1-1/+1
2019-11-20Skip install block for nowGertjan van den Burg1-4/+4
We'd have to install nuget as well ourselves, so it's just easier to skip this and let cibuildwheel do it.
2019-11-20Try install lapacke with nugetGertjan van den Burg1-4/+6
apparently this is what is used by cibuildwheel
2019-11-20Fix test commandGertjan van den Burg1-1/+1
2019-11-20Attempt to install directly using cygwin setupGertjan van den Burg1-3/+2
Also using 32 bit, to try if that works.
2019-11-20continue debugging windows buildGertjan van den Burg1-20/+15
2019-11-20Explain cflag for macGertjan van den Burg1-0/+1
This solution was found in the libpd repo (issue 143) on Github.
2019-11-20Remove python2.7 and add testing back inGertjan van den Burg1-1/+5
2019-11-20Disable windows build for nowGertjan van den Burg1-16/+16
2019-11-20Use a compiler flag on OSXGertjan van den Burg1-0/+1
2019-11-18Attempt without version namesGertjan van den Burg1-1/+1
2019-11-18attempt to copy cyg-get commandGertjan van den Burg1-3/+3
2019-11-18add debug flagGertjan van den Burg1-2/+1
2019-11-18see cyg-get helpGertjan van den Burg1-2/+1
2019-11-18Let's try again with cyg-getGertjan van den Burg1-5/+5