File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 31
31
strategy :
32
32
fail-fast : true
33
33
matrix :
34
- julia-version : ['1', '1.6', '~1.9.0-0' ]
34
+ julia-version : ['1', '1.6']
35
35
os : [ubuntu-latest]
36
36
package :
37
37
- {repo: ApproxFun.jl, group: JuliaApproximation}
Original file line number Diff line number Diff line change 1
1
name = " ApproxFunBase"
2
2
uuid = " fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3
- version = " 0.8.24 "
3
+ version = " 0.8.25 "
4
4
5
5
[deps ]
6
6
AbstractFFTs = " 621f4979-c628-5d54-868e-fcf4e3e8185c"
Original file line number Diff line number Diff line change 1
- import LinearAlgebra. BLAS: @blasfunc
2
- const libblas = VERSION < v " 1.8" ? LinearAlgebra. BLAS. libblas : " libblastrampoline"
3
- const liblapack = VERSION < v " 1.8" ? LinearAlgebra. LAPACK. liblapack : " libblastrampoline"
1
+ import LinearAlgebra. BLAS: @blasfunc , libblas, liblapack
4
2
5
3
# Level 2
6
4
# # mv
You can’t perform that action at this time.
0 commit comments