Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
particle_methods
hysop
Commits
21f82504
Commit
21f82504
authored
10 years ago
by
Franck Pérignon
Browse files
Options
Downloads
Patches
Plain Diff
Final setup before merge
parent
c98258bf
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
HySoP/ToSinglePrecision.patch
+0
-0
0 additions, 0 deletions
HySoP/ToSinglePrecision.patch
ParmesConfig.cmake.in
+0
-38
0 additions, 38 deletions
ParmesConfig.cmake.in
ParmesConfigVersion.cmake.in
+0
-12
0 additions, 12 deletions
ParmesConfigVersion.cmake.in
with
0 additions
and
50 deletions
ToSinglePrecision.patch
→
HySoP/
ToSinglePrecision.patch
+
0
−
0
View file @
21f82504
File moved
This diff is collapsed.
Click to expand it.
ParmesConfig.cmake.in
deleted
100644 → 0
+
0
−
38
View file @
c98258bf
# - config file for @PACKAGE_NAME@ package
# Written by F. Pérignon, 2011 march
#
# This file generates @PACKAGE_NAME@Config.cmake, that may be used by another cmake project
# to retrieve all the configuration variables from @PACKAGE_NAME@
#
# It defines the following variables
#
# @PACKAGE_NAME@_INCLUDE_DIRS - include directories for ppmcore
# @PACKAGE_NAME@_EXTRA_INCLUDE_DIRS - path to extra headers needed for @PACKAGE_NAME@ (metis.h ...)
# @PACKAGE_NAME@_LIBRARY_DIRS - path to @PACKAGE_NAME@ library(ies)
# @PACKAGE_NAME@_LIBRARIES - libraries to link against to use ppmcore
# @PACKAGE_NAME@_USE_XXX - value of option "USE_XXX" (for example USE_MPI, USE_Metis ... = ON or OFF)
# Tell the user where to find ppmcore headers
# Tell the user project where to find our headers and libraries
set(@PACKAGE_NAME@_INCLUDE_DIRS "${${PACKAGE_SHORT_NAME}_INCLUDE_DIRS}")
set(@PACKAGE_NAME@_EXTRA_INCLUDE_DIRS "${${PACKAGE_NAME}_EXTRA_INCLUDE_DIRS}")
set(@PACKAGE_NAME@_LIBRARY_DIRS "${${PACKAGE_NAME}_LIB_DIR}")
set(@PACKAGE_NAME@_MODULE_DIR "${${PACKAGE_NAME}_INCLUDE_DIRS}/Modules")
# Our library dependencies (contains definitions for IMPORTED targets)
include("${${PACKAGE_NAME}_CMAKE_DIR}/@PACKAGE_NAME@LibraryDepends.cmake")
# These are IMPORTED targets created by FooBarLibraryDepends.cmake
set(@PACKAGE_NAME@_LIBRARIES @PROJECT_LIBRARY_NAME@)
# Set all @PACKAGE_NAME@ options
set(@PACKAGE_NAME@_USE_MPI @USE_MPI@)
set(@PACKAGE_NAME@_USE_PPM @WITH_PPM@)
set(@PACKAGE_NAME@_USE_PPM_Numerics @WITH_PPM_Numerics@)
# Set var for compilers used by @PACKAGE_NAME@
#set(@PACKAGE_NAME@_Fortran_COMPILER @CMAKE_Fortran_COMPILER@)
# Fortran flags
#set(@PACKAGE_NAME@_Fortran_FLAGS @CMAKE_Fortran_FLAGS@)
This diff is collapsed.
Click to expand it.
ParmesConfigVersion.cmake.in
deleted
100644 → 0
+
0
−
12
View file @
c98258bf
set(PACKAGE_VERSION "@Parmes_version@")
# Check whether the requested PACKAGE_FIND_VERSION is compatible
if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
set(PACKAGE_VERSION_COMPATIBLE TRUE)
if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
set(PACKAGE_VERSION_EXACT TRUE)
endif()
endif()
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