We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18d022 commit 698e391Copy full SHA for 698e391
packages/libngspice/meta.yaml
@@ -50,9 +50,8 @@ build:
50
emmake make install
51
cp ${WASM_LIBRARY_DIR}/lib/libngspice.so ${DISTDIR}
52
53
- # Copy XSPICE code model libraries
54
- # Note: Package as ngspice/*.cm (not lib/ngspice/*.cm) since shared_library
55
- # packages extract to /usr/lib/, giving final path /usr/lib/ngspice/*.cm
+ # Copy XSPICE code model libraries to ngspice/*.cm
+ # Since shared_library packages extract to /usr/lib/, the final path will be /usr/lib/ngspice/*.cm
56
mkdir -p ${DISTDIR}/ngspice
57
cp ${WASM_LIBRARY_DIR}/lib/ngspice/*.cm ${DISTDIR}/ngspice/
58
0 commit comments