#!/bin/bash
###SHELLPACK preamble thpfioscale 2.99

###SHELLPACK parseargBegin
###SHELLPACK parseargEnd

###SHELLPACK self_extract thpfioscale.c 

mkdir $SHELLPACK_SOURCES/thpfioscale-${VERSION}-installed
gcc -Wall -lpthread -lnuma $SHELLPACK_TEMP/thpfioscale.c -o $SHELLPACK_SOURCES/thpfioscale-${VERSION}-installed/thpfioscale || \
	die Failed to build thpfioscale

echo thpfioscale installed successfully
exit $SHELLPACK_SUCCESS

###SHELLPACK include_file thpfioscale.c
