mirror of https://github.com/pyodide/pyodide.git
24 lines
339 B
YAML
24 lines
339 B
YAML
package:
|
|
name: nlopt
|
|
version: 2.7.0
|
|
|
|
source:
|
|
url: https://github.com/stevengj/nlopt/archive/v2.7.0.tar.gz
|
|
sha256: b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f
|
|
|
|
extras:
|
|
-
|
|
- src/setup.py
|
|
- ./setup.py
|
|
|
|
requirements:
|
|
run:
|
|
- numpy
|
|
|
|
build:
|
|
cxxflags: -std=c++11
|
|
|
|
test:
|
|
imports:
|
|
- nlopt
|