mirror of https://github.com/pyodide/pyodide.git
16 lines
407 B
YAML
16 lines
407 B
YAML
package:
|
|
name: libyaml
|
|
version: 0.2.1
|
|
|
|
source:
|
|
url: https://github.com/yaml/libyaml/archive/0.2.1.zip
|
|
sha256: 56070c9d4bf244a8dcc68e04613e5bbce5c8411ed97cdccc1f4b5fb46aebe5a8
|
|
|
|
build:
|
|
library: true
|
|
script: |
|
|
CFLAGS="-fPIC" emcmake cmake -DCMAKE_INSTALL_PREFIX=.. .
|
|
emmake make -j ${PYODIDE_JOBS:-3}
|
|
ln -s libyaml-0.2.1/libyaml_static.a ../libyaml.a
|
|
ln -s libyaml-0.2.1/include ..
|