Skip to content
Snippets Groups Projects
Commit 25016408 authored by Roberto Agostino Vitillo's avatar Roberto Agostino Vitillo Committed by Graeme Stewart
Browse files

Fix macro. (yampl-00-00-03)

parent b32c1706
No related merge requests found
package yampl
author ravitillo@lbl.gov
use ExternalPolicy ExternalPolicy-00-* External
macro yampl_native_version "1.0"
macro yampl_home "${ATLAS_EXTERNAL}/yampl/${yampl_native_version}/${CMTCONFIG}"
include_dirs "$(yampl_home)/include"
macro yampl_libs "${yampl_home}/lib"
macro yampl_bin "${yampl_home}/bin"
macro yampl_linkopts "-L$(yampl_libs) -lyampl "
path_remove LD_LIBRARY_PATH "${yampl_libs}"
path_append LD_LIBRARY_PATH "${yampl_libs}"
path_remove PATH "${yampl_bin}"
path_append PATH "${yampl_bin}"
macro yampl_export_paths "${yampl_home}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment