JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

win: fix "No rule to make target" #107

Closed inkydragon closed 1 year ago

inkydragon commented 1 year ago

We always need this target: $(builddir)/libblastrampoline.$(SHLIB_EXT).

https://github.com/JuliaLinearAlgebra/libblastrampoline/blob/165da4cfc584613cbc56c25a69750b819dc30436/src/Makefile#L4-L5


Do we need a cirrus ci for windows ? I would like to add one.

stahta01 commented 1 year ago

@inkydragon

Please look at my PR #108 does it look good to you.

Tim S.

giordano commented 1 year ago

Closing in favour of #108