diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-04 10:25:39 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-04 10:25:39 +0000 |
commit | 1aa325043c4589ce12e0c99dd7e6fa89250f17d9 (patch) | |
tree | 5c2ed1556ccc50b195ef357538d6a4bc7a71849c | |
parent | graphics/py-gizeh: Update 0.1.10 -> 0.1.11 (diff) |
science/liggghts: Set VTK_DIR to prevent conflicts with other vtk versions
Notes
Notes:
svn path=/head/; revision=483987
-rw-r--r-- | science/liggghts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/liggghts/Makefile b/science/liggghts/Makefile index a483f17a0e18..48aa7f48320c 100644 --- a/science/liggghts/Makefile +++ b/science/liggghts/Makefile @@ -27,7 +27,8 @@ USE_XORG= ice sm x11 xext xt USE_QT= core gui sql widgets qmake_build buildtools_build USE_LDCONFIG= yes -CMAKE_ARGS= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicc" -DMPI_CXX_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicxx" +CMAKE_ARGS= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicc" -DMPI_CXX_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicxx" \ + -DVTK_DIR:FILEPATH="${LOCALBASE}/lib/cmake/vtk-8.1" WRKSRC_SUBDIR= src |