Skip to content
Snippets Groups Projects
Commit e51bb927 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Renaming to fix bug prone lower/uppercase mix on macos

parent c553fd36
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 4 deletions
../CMake/
\ No newline at end of file
...@@ -21,7 +21,7 @@ if(POLICY CMP0053) ...@@ -21,7 +21,7 @@ if(POLICY CMP0053)
endif() endif()
# Set cmake modules directory (i.e. the one which contains all user-defined FindXXX.cmake files among other things) # Set cmake modules directory (i.e. the one which contains all user-defined FindXXX.cmake files among other things)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake") set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
# Force out-of-source build # Force out-of-source build
include(OutOfSourceBuild) include(OutOfSourceBuild)
# Some usefull macros # Some usefull macros
......
...@@ -78,7 +78,7 @@ After install completed, new files are located as follows : ...@@ -78,7 +78,7 @@ After install completed, new files are located as follows :
- python package in USER_BASE/lib/pythonX.Y/site-packages/hysop/ - python package in USER_BASE/lib/pythonX.Y/site-packages/hysop/
- library in USER_BASE/lib/pythonX.Y/site-packages/hysop/lib - library in USER_BASE/lib/pythonX.Y/site-packages/hysop/lib
- fortran modules in USER_BASE/lib/pythonX.Y/site-packages/hysop/include/Modules - fortran modules in USER_BASE/lib/pythonX.Y/site-packages/hysop/include/Modules
- CMake configuration files in USER_BASE/lib/pythonX.Y/site-packages/hysop/share/CMake - CMake configuration files in USER_BASE/lib/pythonX.Y/site-packages/hysop/share/cmake
\subsubsection installDirConfigCustom Custom configuration \subsubsection installDirConfigCustom Custom configuration
The other available setup is based on the Python 'Prefix scheme installation' : <a href="http://docs.python.org/2/install/#alternate-installation-unix-the-prefix-scheme">http://docs.python.org/2/install/#alternate-installation-unix-the-prefix-scheme</a>. You need to specify your prefix that replace the default USER_BASE. This prefix is passed to cmake through the variable PREFIX. The other available setup is based on the Python 'Prefix scheme installation' : <a href="http://docs.python.org/2/install/#alternate-installation-unix-the-prefix-scheme">http://docs.python.org/2/install/#alternate-installation-unix-the-prefix-scheme</a>. You need to specify your prefix that replace the default USER_BASE. This prefix is passed to cmake through the variable PREFIX.
...@@ -91,7 +91,8 @@ After install completed, new files are located as follows : ...@@ -91,7 +91,8 @@ After install completed, new files are located as follows :
- python package in PREFIX/lib/pythonX.Y/site-packages/hysop/ - python package in PREFIX/lib/pythonX.Y/site-packages/hysop/
- library in PREFIX/lib/pythonX.Y/site-packages/hysop/lib - library in PREFIX/lib/pythonX.Y/site-packages/hysop/lib
- fortran modules in PREFIX/lib/pythonX.Y/site-packages/hysop/include/Modules - fortran modules in PREFIX/lib/pythonX.Y/site-packages/hysop/include/Modules
- CMake configuration files in PREFIX/lib/pythonX.Y/site-packages/hysop/share/CMake - CMake configuration files in PREFIX/lib/pythonX.Y/site-packages/hysop/share/cmake
\subsection buildhysop Build \subsection buildhysop Build
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment