Skip to content

Commit

Permalink
Add scripts for 'libstatiskit_linalg-wig' recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Feb 20, 2019
1 parent 86599e5 commit 56f2005
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/conda/libstatiskit_linalg-wig/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
echo ON

scons autowig --prefix=%LIBRARY_PREFIX% -j%CPU_COUNT% --autowig-no-wrappers
if errorlevel 1 exit 1

echo OFF
5 changes: 5 additions & 0 deletions etc/conda/libstatiskit_linalg-wig/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set -ve

scons autowig --prefix=${PREFIX} -j${CPU_COUNT} --autowig-no-wrappers

set +ve

0 comments on commit 56f2005

Please sign in to comment.