File tree Expand file tree Collapse file tree 4 files changed +22
-11
lines changed Expand file tree Collapse file tree 4 files changed +22
-11
lines changed Original file line number Diff line number Diff line change
1
+ Manifest.toml
2
+
1
3
docs /build /
2
4
docs /site /
Original file line number Diff line number Diff line change 3
3
- linux
4
4
- osx
5
5
julia :
6
- - 0.6
7
- - 0.7
8
6
- 1.0
7
+ - 1.3
9
8
notifications :
10
9
email : false
11
- sudo : false
12
- addons :
13
- apt_packages :
14
- - gfortran
15
- - liblapack-dev
16
- - libgmp-dev
17
- - libglpk-dev
18
10
after_success :
19
11
- julia -e 'Pkg.add("Documenter")'
20
12
- julia -e 'cd(Pkg.dir("MathProgBase")); include(joinpath("docs", "make.jl"))'
Original file line number Diff line number Diff line change
1
+ name = " MathProgBase"
2
+ uuid = " fdba3010-5040-5b88-9595-932c9decdf73"
3
+ repo = " https://github.com/JuliaOpt/MathProgBase.jl.git"
4
+ version = " 0.7.8"
5
+
6
+ [deps ]
7
+ Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
8
+
9
+ [compat ]
10
+ Compat = " ~0, ~1, ~2"
11
+ julia = " 1"
12
+
13
+ [extras ]
14
+ ECOS = " e2685f51-7e38-5353-a97d-a921fd2c8199"
15
+ GLPKMathProgInterface = " 3c7084bd-78ad-589a-b5bb-dbd673274bea"
16
+ Ipopt = " b6b21f68-93f8-5de0-b562-5493be1d77c9"
17
+
18
+ [targets ]
19
+ test = [" GLPKMathProgInterface" , " ECOS" , " Ipopt" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments