-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
-
to help cmake to find MOAB installation folder
export LD_LIBRARY_PATH=/opt/moab/libis not a cmake way to help detect MOAB
export MOAB_ROOT=/opt/moab/
cmake .. -DCMAKE_INSTALL_PREFIX=.. -
some other missing dep is not documented, such as gmp, mpfr, but it be installed toghether with some other lib.
-
On some linux, LD_LIBRARY_PATH does not help to find library on standard location, such as
export LIBRARY_PATH=$LIBRARY_PATH:/home/qxia/Repositories/dagmc_bld/MOAB/libdoes not help on link time, but
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/qxia/Repositories/dagmc_bld/MOAB/libhelp in link time
I had fix, shall I send PR
Metadata
Metadata
Assignees
Labels
No labels