Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake simplification and various other minor changes #1204

Merged
merged 102 commits into from Sep 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
1750aa1
More work on static linking
hkaiser Mar 13, 2014
c188fd3
Fixing generated projects
hkaiser Mar 13, 2014
fdf8496
Improving static module list handling
hkaiser Mar 14, 2014
e679396
More work on static linking
hkaiser Mar 13, 2014
c8901f9
Fixing generated projects
hkaiser Mar 13, 2014
2ee53bd
Improving static module list handling
hkaiser Mar 14, 2014
b835c1e
Rebasing on master branch, removing dynamic loading all together if H…
hkaiser Mar 26, 2014
1ab1353
Merge branch 'fixing_934' of github.com:STEllAR-GROUP/hpx into fixing…
hkaiser Mar 26, 2014
aade817
work on cmake simplification (intermediate commit)
sithhell May 28, 2014
afe8949
More work on static linking
hkaiser Mar 13, 2014
a853991
Fixing generated projects
hkaiser Mar 13, 2014
9ee7f2b
Improving static module list handling
hkaiser Mar 14, 2014
3cda192
Rebasing on master branch, removing dynamic loading all together if H…
hkaiser Mar 26, 2014
0b70524
More work on static linking
hkaiser Mar 13, 2014
77c17d4
Fixing generated projects
hkaiser Mar 13, 2014
200c98b
Improving static module list handling
hkaiser Mar 14, 2014
1c10d15
re-basing from master
hkaiser Jun 2, 2014
8c196bd
Merge branch 'fixing_934' of github.com:STEllAR-GROUP/hpx into fixing…
hkaiser Jun 2, 2014
7c08bd6
more work on cmake refactoring
Jun 12, 2014
a781cd1
More cmake based work
Jun 23, 2014
600967a
Merge branch 'master' into cmake_simplification
Jun 23, 2014
5e52656
More cmake stuff and various fixes ...
Jun 30, 2014
ef9e045
Merge branch 'master' into cmake_simplification
Jul 7, 2014
f745ce2
More cmake work
Jul 11, 2014
b1855f6
Almost ...
Jul 15, 2014
d7b39ad
Merge branch 'master' into cmake_simplification
Jul 15, 2014
3255733
Minor fix to MPI parcelport
sithhell Jul 15, 2014
7279e6e
Minor cleanup in parcelports
sithhell Jul 15, 2014
d0f007c
More cmake work
sithhell Jul 16, 2014
57459cb
Package file generation finished
sithhell Jul 16, 2014
f0558b1
CMake modifications complete
sithhell Jul 18, 2014
236df6b
Merge branch 'fixing_934' into cmake_simplification
sithhell Jul 18, 2014
ee25143
Static linking works now (Fixes #934)
sithhell Jul 21, 2014
7233972
Minor cmake cleanup
sithhell Jul 21, 2014
816f9d1
Adding more toolchains
sithhell Jul 21, 2014
258674d
Merge branch 'master' into cmake_simplification
sithhell Jul 21, 2014
3e6abb7
Fine Tuning of Build system:
sithhell Jul 22, 2014
cbde7af
Work on the documentation
sithhell Jul 22, 2014
ca1d783
More work on Build System:
sithhell Jul 25, 2014
fde7c1f
Tweaks to build system
sithhell Jul 25, 2014
6a0850d
Properly handling debug mode now
sithhell Jul 25, 2014
47e1848
More build system tweaks
sithhell Jul 28, 2014
4e224a9
Merge branch 'master' into cmake_simplification
sithhell Jul 28, 2014
11de195
Minor changes fixing warnings and bad output formatting
hkaiser Jul 28, 2014
6124f8d
Disabling pkgconfig test for MSVC
sithhell Jul 29, 2014
3e86d21
Adressing some comments
sithhell Jul 29, 2014
8533f6b
Addressing some comments and improvement of MSVC support.
sithhell Jul 29, 2014
bae4a8c
Fixing Source Groups
sithhell Jul 29, 2014
cc1d81d
Making Windows cmake happy again
sithhell Jul 30, 2014
517a334
Fixing hpx_serialization linking on MSVC
sithhell Jul 30, 2014
30a65bf
More cmake fixes
sithhell Jul 30, 2014
481f079
partially reverting previous commit. adding boost link directory
sithhell Jul 30, 2014
aea14d7
Merge branch 'cmake_simplification' of github.com:STEllAR-GROUP/hpx i…
sithhell Jul 30, 2014
23b1a75
Getting rid of stupid serialization warning
sithhell Jul 30, 2014
8efe633
Fixing signed/unsigned compare
sithhell Jul 30, 2014
6985786
Renaming last WITH_ cmake options
sithhell Jul 30, 2014
842b719
Merge branch 'cmake_simplification' of github.com:STEllAR-GROUP/hpx i…
sithhell Jul 30, 2014
21c993f
Fixing small problem with generic coroutines
sithhell Jul 31, 2014
175a85f
Fixes to OSX support
sithhell Jul 31, 2014
eff125b
Fixing plugin detection when adding a library
sithhell Jul 31, 2014
fd8cc24
Removing some more leftovers
sithhell Jul 31, 2014
935fea9
One more WITH_ variable gone
sithhell Jul 31, 2014
515a6f8
Fixing up plugin loading
sithhell Jul 31, 2014
232d3b6
Fixing typo
sithhell Jul 31, 2014
38c59b4
Adding missing file
sithhell Aug 1, 2014
7fc21f6
Allowing applications to set their own HPX_PREFIX
sithhell Aug 1, 2014
f8fed9b
Merge branch 'master' into cmake_simplification
sithhell Aug 1, 2014
d2ad3f6
Making HPX compile with Apple's clang
sithhell Aug 1, 2014
eda53dc
Fixing external builds with new HPX_PREFIX handling
sithhell Aug 1, 2014
d953867
Fixing tests
sithhell Aug 1, 2014
27c36ea
CMake: Minor MSVC hickup fixes
sithhell Aug 4, 2014
8f84987
Fixes to external builds
sithhell Aug 4, 2014
950ec12
Merge branch 'master' into cmake_simplification
sithhell Aug 4, 2014
e3660d4
Re-enable compression plugins in build system. Fix bzip2 and libz com…
hkaiser Aug 5, 2014
bff8ef9
Fixing Snappy build system
hkaiser Aug 5, 2014
2d431c3
Fixing partial preprocessing
hkaiser Aug 5, 2014
71e47ad
Cosmetics for docs generation
hkaiser Aug 5, 2014
d5c9031
Merge branch 'master' into cmake_simplification
Aug 7, 2014
2fa1148
Throwing an error if boost wasn't found.
Aug 7, 2014
a2bc31b
Fixes to where "share" files are placed.
Aug 7, 2014
62369ad
More changes to the CMake scripts to be CMAKE_BUILD_TYPE agnostic
Aug 7, 2014
bd9758f
Fixing typo
sithhell Aug 7, 2014
711b135
More hickup fixes
sithhell Aug 7, 2014
425ce85
Merge branch 'master' into cmake_simplification
Aug 11, 2014
f73161e
Fixing output paths
Aug 11, 2014
f06c450
use HPX_WITH_CXX_LAMBDAS not HAVE
biddisco Aug 22, 2014
8d6b6fa
Fix a problem with HPX_DLL_STRING for string literals
biddisco Aug 22, 2014
7009224
Further fine-tuning HPX_DLL_STRING usage
Aug 25, 2014
0c9f647
Merge branch 'master' into cmake_simplification
Aug 25, 2014
bcefe2d
More CMake and macro definition finetuning
Aug 25, 2014
4bd5da9
shuffling cmake script lines ... make static linking work again
Aug 28, 2014
e0a8b76
Update HPX_AddConfigTest.cmake
sithhell Aug 29, 2014
fc98b1b
Merge branch 'master' into cmake_simplification
Sep 1, 2014
899aa4e
Adding parent thread to the HPX thread listing
sithhell Sep 3, 2014
fc78eeb
Making query_counters.cpp compile with non C++11 stdlibs
sithhell Sep 3, 2014
db4a722
Disabling execution of our config tests
sithhell Sep 3, 2014
553cf67
Making static linking work when using components
sithhell Sep 3, 2014
5d0c81c
Improving the toolchain support
sithhell Sep 3, 2014
a7b2c07
Fixing message output
sithhell Sep 3, 2014
b175af3
Fixing message output
sithhell Sep 3, 2014
104899e
Minor fix to external builds
sithhell Sep 3, 2014
6c67ac0
Improving documentation
sithhell Sep 3, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,593 changes: 972 additions & 1,621 deletions CMakeLists.txt

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions cmake/FindAPEX.cmake
@@ -0,0 +1,46 @@
# Copyright (c) 2014 Thomas Heller
# Copyright (c) 2007-2011 Hartmut Kaiser
# Copyright (c) 2011 Bryce Lelbach
# Copyright (c) 2011 Maciej Brodowicz
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_package(PkgConfig)
pkg_check_modules(PC_APEX QUIET APEX)

# This if statement is specific to APEX, and should not be copied into other
# Find cmake scripts.
if(NOT APEX_ROOT AND NOT $ENV{HOME_APEX} STREQUAL "")
set(APEX_ROOT "$ENV{HOME_APEX}")
endif()

find_path(APEX_INCLUDE_DIR apex.hpp
HINTS
${APEX_ROOT} ENV APEX_ROOT
${PC_APEX_INCLUDEDIR}
${PC_APEX_INCLUDE_DIRS}
PATH_SUFFIXES include)

find_library(APEX_LIBRARY NAMES Apex libApex
HINTS
${APEX_ROOT} ENV APEX_ROOT
${PC_APEX_LIBDIR}
${PC_APEX_LIBRARY_DIRS}
PATH_SUFFIXES lib lib64)

set(APEX_LIBRARIES ${APEX_LIBRARY})
set(APEX_INCLUDE_DIRS ${APEX_INCLUDE_DIR})

find_package_handle_standard_args(APEX DEFAULT_MSG
APEX_LIBRARY APEX_INCLUDE_DIR)

get_property(_type CACHE APEX_ROOT PROPERTY TYPE)
if(_type)
set_property(CACHE APEX_ROOT PROPERTY ADVANCED 1)
if("x${_type}" STREQUAL "xUNINITIALIZED")
set_property(CACHE APEX_ROOT PROPERTY TYPE PATH)
endif()
endif()

mark_as_advanced(APEX_ROOT APEX_LIBRARY APEX_INCLUDE_DIR)
38 changes: 38 additions & 0 deletions cmake/FindAmplifier.cmake
@@ -0,0 +1,38 @@
# Copyright (c) 2014 Thomas Heller
# Copyright (c) 2012 Hartmut Kaiser
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_package(PkgConfig)
pkg_check_modules(PC_AMPLIFIER QUIET amplifier)

find_path(AMPLIFIER_INCLUDE_DIR ittnotify.h
HINTS
${AMPLIFIER_ROOT} ENV AMPLIFIER_ROOT
${PC_AMPLIFIER_INCLUDEDIR}
${PC_AMPLIFIER_INCLUDE_DIRS}
PATH_SUFFIXES include)

find_library(AMPLIFIER_LIBRARY NAMES ittnotify libittnotify
HINTS
${AMPLIFIER_ROOT} ENV AMPLIFIER_ROOT
${PC_AMPLIFIER_LIBDIR}
${PC_AMPLIFIER_LIBRARY_DIRS}
PATH_SUFFIXES lib lib64)

set(AMPLIFIER_LIBRARIES ${AMPLIFIER_LIBRARY})
set(AMPLIFIER_INCLUDE_DIRS ${AMPLIFIER_INCLUDE_DIR})

find_package_handle_standard_args(Amplifier DEFAULT_MSG
AMPLIFIER_LIBRARY AMPLIFIER_INCLUDE_DIR)

get_property(_type CACHE AMPLIFIER_ROOT PROPERTY TYPE)
if(_type)
set_property(CACHE AMPLIFIER_ROOT PROPERTY ADVANCED 1)
if("x${_type}" STREQUAL "xUNINITIALIZED")
set_property(CACHE AMPLIFIER_ROOT PROPERTY TYPE PATH)
endif()
endif()

mark_as_advanced(AMPLIFIER_ROOT AMPLIFIER_LIBRARY AMPLIFIER_INCLUDE_DIR)
56 changes: 56 additions & 0 deletions cmake/FindBZip2.cmake
@@ -0,0 +1,56 @@
# - Try to find BZip2
# Once done this will define
#
# BZIP2_FOUND - system has BZip2
# BZIP2_INCLUDE_DIR - the BZip2 include directory
# BZIP2_LIBRARIES - Link these to use BZip2
# BZIP2_NEED_PREFIX - this is set if the functions are prefixed with BZ2_
# BZIP2_VERSION_STRING - the version of BZip2 found (since CMake 2.8.8)

#=============================================================================
# Copyright 2006-2012 Kitware, Inc.
# Copyright 2006 Alexander Neundorf <neundorf@kde.org>
# Copyright 2012 Rolf Eike Beer <eike@sf-mail.de>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)

set(_BZIP2_PATHS PATHS
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Bzip2;InstallPath]"
)

find_path(BZIP2_INCLUDE_DIR bzlib.h ${_BZIP2_PATHS} PATH_SUFFIXES include)

if (NOT BZIP2_LIBRARIES)
find_library(BZIP2_LIBRARY_RELEASE NAMES bz2 bzip2 ${_BZIP2_PATHS} PATH_SUFFIXES lib)
find_library(BZIP2_LIBRARY_DEBUG NAMES bzip2d ${_BZIP2_PATHS} PATH_SUFFIXES lib)

include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
SELECT_LIBRARY_CONFIGURATIONS(BZIP2)
endif ()

if (BZIP2_INCLUDE_DIR AND EXISTS "${BZIP2_INCLUDE_DIR}/bzlib.h")
file(STRINGS "${BZIP2_INCLUDE_DIR}/bzlib.h" BZLIB_H REGEX "bzip2/libbzip2 version [0-9]+\\.[^ ]+ of [0-9]+ ")
string(REGEX REPLACE ".* bzip2/libbzip2 version ([0-9]+\\.[^ ]+) of [0-9]+ .*" "\\1" BZIP2_VERSION_STRING "${BZLIB_H}")
endif ()

# handle the QUIETLY and REQUIRED arguments and set BZip2_FOUND to TRUE if
# all listed variables are TRUE
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(BZip2
REQUIRED_VARS BZIP2_LIBRARIES BZIP2_INCLUDE_DIR
VERSION_VAR BZIP2_VERSION_STRING)

if (BZIP2_FOUND)
include(${CMAKE_CURRENT_LIST_DIR}/CheckLibraryExists.cmake)
CHECK_LIBRARY_EXISTS("${BZIP2_LIBRARIES}" BZ2_bzCompressInit "" BZIP2_NEED_PREFIX)
endif ()

mark_as_advanced(BZIP2_INCLUDE_DIR)
18 changes: 18 additions & 0 deletions cmake/FindBoostAutoIndex.cmake
@@ -0,0 +1,18 @@
# Copyright (c) 2014 Thomas Heller
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_program(BOOSTAUTOINDEX_EXECUTABLE
auto_index
PATHS
${CMAKE_SYSTEM_PREFIX_PATH}
${BOOST_ROOT}
${BOOSTAUTOINDEX_ROOT}
ENV BOOST_ROOT ENV BOOSTQUICKBOOK_ROOT
PATH_SUFFIXES bin dist/bin)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(BoostAutoIndex
REQUIRED_VARS BOOSTAUTOINDEX_EXECUTABLE
)
24 changes: 24 additions & 0 deletions cmake/FindBoostQuickBook.cmake
@@ -0,0 +1,24 @@
# Copyright (c) 2014 Thomas Heller
# Copyright (c) 2011-2012 Bryce Adelstein-Lelbach
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_program(BOOSTQUICKBOOK_EXECUTABLE
quickbook
PATHS
${CMAKE_SYSTEM_PREFIX_PATH}
${BOOST_ROOT}
${BOOSTQUICKBOOK_ROOT}
ENV BOOST_ROOT ENV BOOSTQUICKBOOK_ROOT
PATH_SUFFIXES bin dist/bin)


include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(BoostQuickBook
REQUIRED_VARS BOOSTQUICKBOOK_EXECUTABLE
)

if(BOOSTQUICKBOOK_EXECUTABLE)
set(BOOSTQUICKBOOK_FOUND TRUE)
endif()
24 changes: 24 additions & 0 deletions cmake/FindBoostWave.cmake
@@ -0,0 +1,24 @@
# Copyright (c) 2011 Bryce Lelbach
# Copyright (c) 2012-2014 Thomas Heller
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_program(BOOSTWAVE_EXECUTABLE
wave
PATHS
${CMAKE_SYSTEM_PREFIX_PATH}
${BOOST_ROOT}
${BOOSTWAVE_ROOT}
ENV BOOST_ROOT ENV BOOSTWAVE_ROOT
PATH_SUFFIXES bin dist/bin)


include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(BoostWave
REQUIRED_VARS BOOSTWAVE_EXECUTABLE
)

if(BOOSTWAVE_EXECUTABLE)
set(BOOSTWAVE_FOUND TRUE)
endif()
27 changes: 27 additions & 0 deletions cmake/FindDocBook.cmake
@@ -0,0 +1,27 @@
# Copyright (c) 2014 Thomas Heller
# Copyright (c) 2011 Bryce Lelbach
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_path(DOCBOOK_DTD
docbookx.dtd
PATHS ${CMAKE_SYSTEM_PREFIX_PATH} ${DOCBOOK_ROOT} ENV DOCBOOK_ROOT
PATH_SUFFIXES
share/xml/docbook/schema/dtd/4.2
docbook-dtd
share/sgml/docbook/xml-dtd-4.2)

find_path(DOCBOOK_XSL
NAMES html/html.xsl xhtml-1_1/html.xsl
PATHS ${CMAKE_SYSTEM_PREFIX_PATH} ${DOCBOOK_ROOT} ENV DOCBOOK_ROOT
PATH_SUFFIXES
share/xml/docbook/stylesheet/docbook-xsl
docbook-xsl
share/sgml/docbook/xsl-stylesheets)

if(DOCBOOK_DTD AND DOCBOOK_XSL)
set(DOCBOOK_FOUND TRUE)
endif()

mark_as_advanced(DOCBOOK_DTD DOCBOOK_XSL)
19 changes: 19 additions & 0 deletions cmake/FindFOP.cmake
@@ -0,0 +1,19 @@
# Copyright (c) 2014 Thomas Heller
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_program(FOP_EXECUTABLE
NAMES
fop
xep.bat
PATHS
$ENV{PROGRAMFILES}/RenderX/XEP
${FOP_ROOT}
ENV FOP_ROOT
DOC
"An XSL-FO processor"
)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(FOP DEFAULT_MSG FOP_EXECUTABLE)
53 changes: 53 additions & 0 deletions cmake/FindGooglePerftools.cmake
@@ -0,0 +1,53 @@
# - Try to find GooglePerftools
# Once done this will define
# GOOGLE_PERFTOOLS_FOUND - System has GooglePerftools
# GOOGLE_PERFTOOLS_INCLUDE_DIRS - The GooglePerftools include directory
# GOOGLE_PERFTOOLS_LIBRARIES - Link these to use GooglePerftools

# Copyright (c) 2014 Thomas Heller
# Copyright (c) 2007-2012 Hartmut Kaiser
# Copyright (c) 2010-2011 Matt Anderson
# Copyright (c) 2011 Bryce Lelbach
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

find_package(PkgConfig)
pkg_check_modules(PC_GOOGLE_PERFTOOLS QUIET libprofiler)

find_path(GOOGLE_PERFTOOLS_INCLUDE_DIR google/profiler.h
HINTS
${GOOGLE_PERFTOOLS_ROOT} ENV GOOGLE_PERFTOOLS_ROOT
${PC_GOOGLE_PERFTOOLS_INCLUDEDIR}
${PC_GOOGLE_PERFTOOLS_INCLUDE_DIRS}
PATH_SUFFIXES include)

find_library(GOOGLE_PERFTOOLS_LIBRARY NAMES profiler libprofiler
HINTS
${GOOGLE_PERFTOOLS_ROOT} ENV GOOGLE_PERFTOOLS_ROOT
${PC_GOOGLE_PERFTOOLS_LIBDIR}
${PC_GOOGLE_PERFTOOLS_LIBRARY_DIRS}
PATH_SUFFIXES lib lib64)

set(GOOGLE_PERFTOOLS_LIBRARIES ${GOOGLE_PERFTOOLS_LIBRARY})
set(GOOGLE_PERFTOOLS_INCLUDE_DIRS ${GOOGLE_PERFTOOLS_INCLUDE_DIR})

find_package_handle_standard_args(GooglePerftools DEFAULT_MSG
GOOGLE_PERFTOOLS_LIBRARY GOOGLE_PERFTOOLS_INCLUDE_DIR)

get_property(_type CACHE GOOGLE_PERFTOOLS_ROOT PROPERTY TYPE)
if(_type)
set_property(CACHE GOOGLE_PERFTOOLS_ROOT PROPERTY ADVANCED 1)
if("x${_type}" STREQUAL "xUNINITIALIZED")
set_property(CACHE GOOGLE_PERFTOOLS_ROOT PROPERTY TYPE PATH)
endif()
endif()

if(NOT GOOGLEPERFTOOLS_FOUND)
hpx_info(" Set GOOGLE_PERFTOOLS_ROOT to the location where the gperftools are installed\n")
endif()

set(GOOGLE_PERFTOOLS_FOUND ${GOOGLEPERFTOOLS_FOUND})
unset(GOOGLEPERFTOOLS_FOUND)

mark_as_advanced(GOOGLE_PERFTOOLS_ROOT GOOGLE_PERFTOOLS_LIBRARY GOOGLE_PERFTOOLS_INCLUDE_DIR)
40 changes: 0 additions & 40 deletions cmake/FindHPX_APEX.cmake

This file was deleted.

23 changes: 0 additions & 23 deletions cmake/FindHPX_Amplifier.cmake

This file was deleted.

6 changes: 1 addition & 5 deletions cmake/FindHPX_BLAS.cmake
Expand Up @@ -3,13 +3,9 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

if(NOT HPX_FINDPACKAGE_LOADED)
include(HPX_FindPackage)
endif()

hpx_find_package(BLAS
LIBRARIES blas libblas
LIBRARY_PATHS lib64 lib
LIBRARY_PATHS lib64 lib
HEADERS cblas.h
HEADER_PATHS include)