mirror of https://github.com/pyodide/pyodide.git
25 lines
376 B
YAML
25 lines
376 B
YAML
package:
|
|
name: nlopt
|
|
version: 2.7.0
|
|
top-level:
|
|
- nlopt
|
|
|
|
source:
|
|
url: https://github.com/stevengj/nlopt/archive/v2.7.0.tar.gz
|
|
sha256: b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f
|
|
|
|
extras:
|
|
- - extras/setup.py
|
|
- ./setup.py
|
|
|
|
requirements:
|
|
host:
|
|
- numpy
|
|
run:
|
|
- numpy
|
|
executable:
|
|
- swig
|
|
|
|
build:
|
|
cxxflags: -std=c++11
|