Skip to content

Commit

Permalink
Per #2611, made updates to get MET to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Nov 13, 2023
1 parent 8613dc9 commit db9a375
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/scripts/environment/development.docker
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export CXXFLAGS=${CFLAGS}
# Set LDFLAGS to include -rpath settings when compiling MET
export LDFLAGS="-Wl,--disable-new-dtags"
export LDFLAGS="${LDFLAGS} -Wl,-rpath,/usr/local/lib:/usr/lib64"
export LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/usr/lib64"

# Variables required to run MET
export MET_TEST_INPUT=${MET_PROJ_DIR}/MET_test_data/unit_test
Expand Down Expand Up @@ -46,3 +45,6 @@ export COMPILE_CAIRO=1

export SQLITE_INCLUDE_DIR=/usr/include
export SQLITE_LIB_DIR=/usr/lib/x86_64-linux-gnu

export MET_ECKIT=${MET_INSTALL_DIR}
export MET_ATLAS=${MET_INSTALL_DIR}

0 comments on commit db9a375

Please sign in to comment.