PSOPT / psopt

PSOPT Optimal Control Software
GNU Lesser General Public License v2.1
201 stars 76 forks source link

Add travis.yml script. #2

Closed chrisdembia closed 9 years ago

chrisdembia commented 9 years ago

This is a work-in-progress pull request; I'm still working on it and it's not ready to merge yet.

vmbecerra commented 9 years ago

Thank you. Let me know when it is ready to merge and I will do it.

chrisdembia commented 9 years ago

The issue I'm running into is that SuiteSparse is looking to link with openblas using -lopenblas, but I think on Ubuntu that openblas is still just named libblas.so, so we should be linking using -lblas.

chrisdembia commented 9 years ago

@vmbecerra the travis.yml script now works! It could use improvement but I suggest we merge it now and we can add improvements over time.

vmbecerra commented 9 years ago

Excellent. Thank you Chris.