Skip to content
Snippets Groups Projects
Commit 84627ec9 authored by mattijs's avatar mattijs
Browse files

allow external setting of WM variables

parent cad5a703
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@
#------------------------------------------------------------------------------
setenv WM_PROJECT OpenFOAM
setenv WM_PROJECT_VERSION dev
if ( ! $?WM_PROJECT_VERSION ) setenv WM_PROJECT_VERSION 1.6
################################################################################
# USER EDITABLE PART
......@@ -120,7 +120,6 @@ case Linux:
case x86_64:
switch ($WM_ARCH_OPTION)
case 32:
setenv WM_ARCH linux
setenv WM_COMPILER_ARCH '-64'
setenv WM_CC 'gcc'
setenv WM_CXX 'g++'
......
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