Skip to content

Commit

Permalink
Hack for linux-32 build
Browse files Browse the repository at this point in the history
the native libiomp5.so is not compatible with linux-32
use the one added in the recipe
  • Loading branch information
connie committed Aug 24, 2016
1 parent 1844dd3 commit a1f3c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mopac/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
mkdir -p $PREFIX/opt/mopac

# uncomment the following line for linux-32 build
# cp $RECIPE_DIR/libiomp5.so $SRC_DIR/
cp -R $SRC_DIR/* $PREFIX/opt/mopac/
chmod +x $PREFIX/opt/mopac/MOPAC2016.exe

Expand Down
Binary file added mopac/libiomp5.so
Binary file not shown.

0 comments on commit a1f3c63

Please sign in to comment.