Skip to content
Snippets Groups Projects
Commit 028b5cfc authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Updated.

parent 1c9726ca
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,9 @@ option(WITH_BOOST "Use Boost libraries instead of GSL" OFF) ...@@ -10,7 +10,9 @@ option(WITH_BOOST "Use Boost libraries instead of GSL" OFF)
option(WITH_CUDA "Use CUDA/GPU" OFF) option(WITH_CUDA "Use CUDA/GPU" OFF)
option(WITH_MPI "Use MPI" OFF) option(WITH_MPI "Use MPI" OFF)
# Required packages.
find_package(PythonInterp REQUIRED) find_package(PythonInterp REQUIRED)
add_custom_target(moose ALL) add_custom_target(moose ALL)
## intialize paths ## intialize paths
......
...@@ -17,6 +17,7 @@ echo "Building MOOSE" ...@@ -17,6 +17,7 @@ echo "Building MOOSE"
cd @PYMOOSE_BUILD_DIR@ cd @PYMOOSE_BUILD_DIR@
cmake -DCMAKE_INSTALL_PREFIX=@PYMOOSE_INSTALL_DIR@ \ cmake -DCMAKE_INSTALL_PREFIX=@PYMOOSE_INSTALL_DIR@ \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DPYTHON_EXECUTABLE=@PYTHON_EXECUTABLE@ \
@CMAKE_PYMOOSE_ARGS@ \ @CMAKE_PYMOOSE_ARGS@ \
@PYMOOSE_SOURCE_DIR@ @PYMOOSE_SOURCE_DIR@
$MAKE $MAKE
......
3.1.1-71-g67012a1 3.1.1-72-g42f15c9
\ No newline at end of file \ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment