|
1 | 1 | # |
2 | 2 | # Copyright 2013-2015 Felix Schmitt, Axel Huebl |
3 | 3 | # |
4 | | - # This file is part of libSplash. |
5 | | - # |
6 | | - # libSplash is free software: you can redistribute it and/or modify |
7 | | - # it under the terms of of either the GNU General Public License or |
8 | | - # the GNU Lesser General Public License as published by |
9 | | - # the Free Software Foundation, either version 3 of the License, or |
| 4 | + # This file is part of libSplash. |
| 5 | + # |
| 6 | + # libSplash is free software: you can redistribute it and/or modify |
| 7 | + # it under the terms of of either the GNU General Public License or |
| 8 | + # the GNU Lesser General Public License as published by |
| 9 | + # the Free Software Foundation, either version 3 of the License, or |
10 | 10 | # (at your option) any later version. |
11 | 11 | # |
12 | | - # libSplash is distributed in the hope that it will be useful, |
13 | | - # but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | | - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | | - # GNU General Public License and the GNU Lesser General Public License |
16 | | - # for more details. |
17 | | - # |
18 | | - # You should have received a copy of the GNU General Public License |
19 | | - # and the GNU Lesser General Public License along with libSplash. |
| 12 | + # libSplash is distributed in the hope that it will be useful, |
| 13 | + # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + # GNU General Public License and the GNU Lesser General Public License |
| 16 | + # for more details. |
| 17 | + # |
| 18 | + # You should have received a copy of the GNU General Public License |
| 19 | + # and the GNU Lesser General Public License along with libSplash. |
20 | 20 | # If not, see <http://www.gnu.org/licenses/>. |
21 | 21 |
|
22 | 22 | cmake_minimum_required(VERSION 2.8.5) |
@@ -48,7 +48,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH}) |
48 | 48 | IF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) |
49 | 49 | SET(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}" CACHE PATH "install prefix" |
50 | 50 | FORCE) |
51 | | -ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) |
| 51 | +ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) |
52 | 52 |
|
53 | 53 | #------------------------------------------------------------------------------- |
54 | 54 |
|
@@ -113,7 +113,7 @@ SET(SPLASH_LIBS z ${HDF5_LIBRARIES}) |
113 | 113 | # serial or parallel version of libSplash |
114 | 114 | SET(SPLASH_CLASSES logging DCAttribute DCDataSet DCGroup HandleMgr SerialDataCollector DomainCollector SDCHelper) |
115 | 115 | IF(HDF5_IS_PARALLEL) |
116 | | - #parallel version |
| 116 | + #parallel version |
117 | 117 | MESSAGE(STATUS "Parallel HDF5 found. Building parallel version") |
118 | 118 |
|
119 | 119 | OPTION(COLLECTIVE_IO "use HDF5 collective IO" ON) |
@@ -361,7 +361,7 @@ ELSE(HDF5_IS_PARALLEL) |
361 | 361 | SET(CPACK_DEBIAN_PACKAGE_DEPENDS |
362 | 362 | "libhdf5-serial-dev (>= 1.8.6)" |
363 | 363 | ) |
364 | | - IF(TOOLS_MPI) |
| 364 | + IF(TOOLS_MPI) |
365 | 365 | SET(CPACK_DEBIAN_PACKAGE_DEPENDS |
366 | 366 | "${CPACK_DEBIAN_PACKAGE_DEPENDS}, lib${MPI_FLAVOR}-dev (>= ${MPI_FLAVOR_MINVERSION})" |
367 | 367 | ) |
|
0 commit comments