specseek
description
build
to build and install this package use the ports submodule in the stanix repo after having making stanix
cd ports
./clean.sh specseek
./build.sh specseek
./install.sh specseek
precompiled
precompiled are currently not available
packages source
manifest
GIT=https://github.com/Mellurboo/SpecSeek/
COMMIT="47f51c62de8e8142a8ecb47b65b19cc7fd60b2c7"
build(){
make specseek_64 CFLAGS=-mno-sse
}
install(){
cp bin/gcc/64/specseek_64 $PREFIX/bin/specseek
}
this page was generated using a script