Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
a20541ca
Commit
a20541ca
authored
15 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
initial slepc stuff
parent
1bba6236
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-0
5 additions, 0 deletions
CMakeLists.txt
with
5 additions
and
0 deletions
CMakeLists.txt
+
5
−
0
View file @
a20541ca
...
@@ -39,6 +39,7 @@ option(ENABLE_OCC "Enable OpenCASCADE geometrical models" ON)
...
@@ -39,6 +39,7 @@ option(ENABLE_OCC "Enable OpenCASCADE geometrical models" ON)
option
(
ENABLE_OSMESA
"Use OSMesa for offscreen rendering"
OFF
)
option
(
ENABLE_OSMESA
"Use OSMesa for offscreen rendering"
OFF
)
option
(
ENABLE_PARSER
"Build the GEO file parser"
ON
)
option
(
ENABLE_PARSER
"Build the GEO file parser"
ON
)
option
(
ENABLE_PETSC
"Enable PETSc linear algebra solvers"
ON
)
option
(
ENABLE_PETSC
"Enable PETSc linear algebra solvers"
ON
)
option
(
ENABLE_SLEPC
"Enable SLEPc eigensolvers"
ON
)
option
(
ENABLE_POST
"Build the post-processing module"
ON
)
option
(
ENABLE_POST
"Build the post-processing module"
ON
)
option
(
ENABLE_QT
"Build QT GUI"
OFF
)
option
(
ENABLE_QT
"Build QT GUI"
OFF
)
option
(
ENABLE_TAUCS
"Enable Taucs linear algebra solver"
ON
)
option
(
ENABLE_TAUCS
"Enable Taucs linear algebra solver"
ON
)
...
@@ -560,6 +561,10 @@ if(ENABLE_PETSC)
...
@@ -560,6 +561,10 @@ if(ENABLE_PETSC)
endif
(
EXISTS
${
ENV_PETSC_DIR
}
/
${
ENV_PETSC_ARCH
}
/conf/petscvariables
)
endif
(
EXISTS
${
ENV_PETSC_DIR
}
/
${
ENV_PETSC_ARCH
}
/conf/petscvariables
)
endif
(
ENABLE_PETSC
)
endif
(
ENABLE_PETSC
)
if
(
HAVE_PETSC AND ENABLE_SLEPC
)
message
(
STATUS
"Checking for SLEPc... TODO"
)
endif
(
HAVE_PETSC AND ENABLE_SLEPC
)
if
(
ENABLE_OCC
)
if
(
ENABLE_OCC
)
if
(
WIN32
)
if
(
WIN32
)
set
(
OCC_SYS_NAME win32
)
set
(
OCC_SYS_NAME win32
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment