Skip to content
Snippets Groups Projects
Commit 584b4840 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Fixed frmaecpp location for the NDS build.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3188 6dcd42c9-f523-4c6d-aada-af552506706e
parent e4a6407d
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ nds:
(cd $(srcdir)/src/nds; autoconf)
/bin/rm -rf build/nds
/bin/mkdir -p build/nds
(mysrc=$(srcdir); cd build/nds; $$mysrc/src/nds/configure --with-framecpp=/usr/local && make)
(mysrc=$(srcdir); cd build/nds; $$mysrc/src/nds/configure --with-framecpp=/opt/rtapps/framecpp && make)
# Build frame builder data concentrator program
dc:
......
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