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

Updated.

parent 42f15c95
No related branches found
No related tags found
1 merge request!213Update rmoogli.py
......@@ -10,7 +10,9 @@ option(WITH_BOOST "Use Boost libraries instead of GSL" OFF)
option(WITH_CUDA "Use CUDA/GPU" OFF)
option(WITH_MPI "Use MPI" OFF)
# Required packages.
find_package(PythonInterp REQUIRED)
add_custom_target(moose ALL)
## intialize paths
......
......@@ -17,6 +17,7 @@ echo "Building MOOSE"
cd @PYMOOSE_BUILD_DIR@
cmake -DCMAKE_INSTALL_PREFIX=@PYMOOSE_INSTALL_DIR@ \
-DCMAKE_BUILD_TYPE=Release \
-DPYTHON_EXECUTABLE=@PYTHON_EXECUTABLE@ \
@CMAKE_PYMOOSE_ARGS@ \
@PYMOOSE_SOURCE_DIR@
$MAKE
......
3.1.1-71-g67012a1
\ No newline at end of file
3.1.1-72-g42f15c9
\ 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