Skip to content

Commit 03cbb10

Browse files
committed
Remove messed header notes of CMake files
1 parent 319dfd2 commit 03cbb10

11 files changed

Lines changed: 33 additions & 70 deletions

cmake/FindCereal.cmake

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# ##############################################################################
2-
# * Find cereal Find the native cereal headers.
3-
#
4-
# CEREAL_FOUND - True if cereal is found. CEREAL_INCLUDE_DIR - Where to find
5-
# cereal headers.
1+
# ===============================================
2+
# Find Cereal headers.
3+
# ===============================================
64

75
find_path(
86
CEREAL_INCLUDE_DIR cereal/cereal.hpp

cmake/FindDeePMD.cmake

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# ##############################################################################
2-
# * Find DeePMD Find the native DeePMD headers and libraries.
3-
#
4-
# DeePMD_FOUND - True if lib is found. DeePMDC_FOUND - True if C
5-
# API is found. DeePMD_LIBRARIES - List of libraries DeePMD_INCLUDE_DIR -
6-
# Where to find DeePMD headers.
7-
#
1+
# ===============================================
2+
# Find DeePMD headers and libraries.
3+
# ===============================================
84

95
# C API
106
find_path(

cmake/FindELPA.cmake

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# ##############################################################################
2-
# * Find ELPA Find the native ELPA headers and libraries.
3-
#
4-
# ELPA_FOUND - True if libelpa is found. ELPA_LIBRARIES - List of
5-
# libraries when using libyaml ELPA_INCLUDE_DIR - Where to find ELPA headers.
6-
#
1+
# ===============================================
2+
# Find ELPA headers and libraries.
3+
# ===============================================
74

85
find_package(PkgConfig)
96

cmake/FindFFTW3.cmake

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# * Find FFTW3 Find the native double precision FFTW3 headers and libraries.
2-
#
3-
# FFTW3_INCLUDE_DIRS - Where to find FFTW3 headers. FFTW3_LIBRARIES - List
4-
# of libraries when using FFTW3. FFTW3_FOUND - True if FFTW3 is found.
5-
#
1+
# ===============================================
2+
# Find FFTW3 headers and libraries.
3+
# ===============================================
64

75
find_path(
86
FFTW3_INCLUDE_DIR

cmake/FindLibComm.cmake

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# ##############################################################################
2-
# * Find LibComm Find the native LibComm files.
3-
#
4-
# LIBCOMM_FOUND - True if LibComm is found. LIBCOMM_DIR - Where to find LibComm
5-
# files.
1+
# ===============================================
2+
# Find LibComm headers.
3+
# ===============================================
64

75
find_path(
86
LIBCOMM_DIR include/Comm/Comm_Tools.h

cmake/FindLibRI.cmake

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# ##############################################################################
2-
# * Find LibRI Find the native LibRI files.
3-
#
4-
# LIBRI_FOUND - True if LibRI is found. LIBRI_DIR - Where to find LibRI files.
1+
# ===============================================
2+
# Find LibRI headers.
3+
# ===============================================
54

65
find_path(
76
LIBRI_DIR include/RI/version.h

cmake/FindMKL.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# * Find mkl Find the native MKL headers and libraries.
2-
#
3-
# MKL_INCLUDE - where to find mkl.h, etc. MKL_FOUND - True if mkl found.
1+
# ===============================================
2+
# Find MKL headers and libraries.
3+
# ===============================================
44

55
# find_package(MKL NO_MODULE) # try using official module first
66
if(NOT TARGET MKL::MKL)

cmake/FindNEP.cmake

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
# ##############################################################################
2-
# * Find NEP Finds the NEP header and library.
1+
# ==============================================================================
2+
# Find NEP header and library.
33
#
4-
# This module will search for the NEP library, looking for a hint from the
5-
# NEP_DIR environment variable or CMake variable.
6-
#
7-
# This module defines the following variables:
8-
#
9-
# NEP_FOUND - True if the NEP library and headers were found.
10-
# NEP_INCLUDE_DIR - The directory where nep.h is located. NEP_LIBRARY -
11-
# The full path to the NEP library.
12-
#
13-
# It also defines the following imported target:
14-
#
15-
# NEP::nep - The NEP library target.
16-
#
17-
# ##############################################################################
184
# Note: Currently only CPU version is supported, Since the NEP interface with
195
# GPU support is not available yet. In feature, if available, we can use
206
# USE_CUDA to switch between CPU and GPU version.
7+
# ==============================================================================
218

229
find_path(
2310
NEP_INCLUDE_DIR nep.h

cmake/FindPEXSI.cmake

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
# ##############################################################################
2-
# * Find PEXSI Find PEXSI and its dependencies.
3-
#
4-
# PEXSI_FOUND - True if pexsi is found. PEXSI_INCLUDE_DIR - Where to
5-
# find pexsi headers. PEXSI_LIBRARY - pexsi library. ParMETIS_INCLUDE_DIR
6-
# - Where to find pexsi headers. ParMETIS_LIBRARY - parmetis library.
7-
# METIS_LIBRARY - metis library. SuperLU_DIST_LIBRARY - superlu_dist
8-
# library.
1+
# ===============================================
2+
# Find PEXSI and its dependencies.
3+
# ===============================================
94

105
find_path(
116
PEXSI_INCLUDE_DIR

cmake/FindScaLAPACK.cmake

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# * Find ScaLAPACK Find the native double precision ScaLAPACK headers and
2-
# libraries.
3-
#
4-
# ScaLAPACK_LIBRARIES - List of libraries when using ScaLAPACK.
5-
# ScaLAPACK_FOUND - True if ScaLAPACK is found.
6-
#
1+
# ===============================================
2+
# Find ScaLAPACK headers and libraries.
3+
# ===============================================
74

85
# Accept common root hints from cache vars and environment.
96
set(_scalapack_hints ${SCALAPACK_DIR} ${SCALAPACK_ROOT} $ENV{SCALAPACK_DIR}

0 commit comments

Comments
 (0)