mirror of https://github.com/pyodide/pyodide.git
19 lines
379 B
YAML
19 lines
379 B
YAML
package:
|
|
name: swiglpk
|
|
version: 5.0.3
|
|
top-level:
|
|
- swiglpk
|
|
|
|
source:
|
|
sha256: 32f9fa0a082d80e32234f060704b6d7f07843a7aefffa5008b315b0970bab199
|
|
url: https://github.com/biosustain/swiglpk/archive/refs/tags/5.0.3.tar.gz
|
|
|
|
build:
|
|
script: |
|
|
export GLPK_HEADER_PATH="${WASM_LIBRARY_DIR}/include/"
|
|
ldflags: -L$(WASM_LIBRARY_DIR)/lib
|
|
|
|
requirements:
|
|
host:
|
|
- glpk
|