mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add python-pulp.
* gnu/packages/python-xyz.scm (python-pulp): New variable.
This commit is contained in:
parent
c9006a0ee1
commit
fa0a18522d
1 changed files with 22 additions and 0 deletions
|
@ -8007,6 +8007,28 @@ (define-public python-amply
|
|||
structures.")
|
||||
(license license:epl1.0)))
|
||||
|
||||
(define-public python-pulp
|
||||
(package
|
||||
(name "python-pulp")
|
||||
(version "2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PuLP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dammrg0f1v0r028i3rpxbf2bsyxmjq0q6ihb4x2wsdki44z3bxj"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-amply" ,python-amply)))
|
||||
(home-page "https://github.com/coin-or/pulp")
|
||||
(synopsis "Linear Programming modeler")
|
||||
(description
|
||||
"PuLP is a Linear Programming modeler written in Python. PuLP can
|
||||
generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to
|
||||
solve linear problems.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public snakemake
|
||||
(package
|
||||
(name "snakemake")
|
||||
|
|
Loading…
Reference in a new issue