Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
61034a1b
Commit
61034a1b
authored
Jun 10, 2019
by
Keith Bledsoe
Browse files
Merge branch 'master' of code.ornl.gov:jap/radix
parents
519b3e7a
73150cfe
Pipeline
#59101
passed with stages
in 14 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixsparsegrids/CMakeLists.txt
View file @
61034a1b
...
...
@@ -14,7 +14,7 @@ SET(CXXHDR
SET
(
CXXLIB
${
SUBPACKAGE_FULLNAME
}
)
TRIBITS_ADD_LIBRARY
(
${
CXXLIB
}
SOURCES
${
CXXSRC
}
NOINSTALLHEADERS
${
CXXHDR
}
)
IF
(
${
PROJECT_NAME
}
_ENABLE_Fortran AND NOT
BUILD_SHARED_LIBS
)
IF
(
${
PROJECT_NAME
}
_ENABLE_Fortran AND
NOT
(
"
${
CMAKE_SYSTEM_NAME
}
"
STREQUAL
"Windows"
)
)
ADD_COMPILE_OPTIONS
(
"-ffree-line-length-none"
)
SET
(
F90SRC
sparsegrids_I.f90
...
...
radixsparsegrids/tests/CMakeLists.txt
View file @
61034a1b
INCLUDE
(
SetDefault
)
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_BINARY_DIR
}
/..
)
IF
(
${
PROJECT_NAME
}
_ENABLE_Fortran AND NOT
BUILD_SHARED_LIBS
)
IF
(
${
PROJECT_NAME
}
_ENABLE_Fortran AND
NOT
(
"
${
CMAKE_SYSTEM_NAME
}
"
STREQUAL
"Windows"
)
)
SET
(
FTESTS
)
LIST
(
APPEND FTESTS
tstConstrainedSparseGrids.f90
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment