SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.38k stars 192 forks source link

Need to better specify CI tests maybe with appveyor.yml file #179

Closed dotChris90 closed 5 years ago

dotChris90 commented 5 years ago
dotChris90 commented 5 years ago

by the way. is app veyor Linux image x86 or x64?

dotChris90 commented 5 years ago

already discovered the error ..... seems it is my bad. I was thinking before that taking the 2 shared object Libs lapack.so and blas.so is enough for successful build.

I experimented a little bit more and discovered that appveyor CI works if (and really just if the following command is added as installation command "sudo apt-get -y install libblas-dev liblapack-dev" ..... Damn the shared object libs depending still on some other libs which I did not included seems.

@Oceania2018 is there a possibility to export our configuration as appveyor.yaml file or sth in this way?

Oceania2018 commented 5 years ago

We don’t setup any yml. You can add a yml file in the root directory . The AppVeor will discover automatically.

dotChris90 commented 5 years ago

ok did all. We are again green for windows and linux. This is now extrem cool because we finally can say "hey we check Linux and windows on every push". ;) I close this issue.