blob: 258d24c00cd2aa4364b43deb8c3d2b0b774320e7 [file] [log] [blame]
#!/bin/bash
#
# gcc-tbb.bldconf - file containing information necessary to build a
# specific program of the PARSEC benchmark suite with
# gcc and pthreads
#
# Copyright (C) 2007-2010 Princeton University
# Written by Christian Bienia
# Compilation and linking options.
# This is the configuration we'll use to build the program. Each package of the
# benchmark suite has such a file with information that will be added to the
# global configuration. All variables set in the global configuration files can
# be referenced here.
source ${PARSECDIR}/pkgs/apps/ferret/parsec/gcc.bldconf
# Package dependencies
build_deps="tbblib ${build_deps}"
# Environment to use for configure script and Makefile
build_env="version=\"tbb\" ${build_env}"