Start restructuring the directory tree

Former-commit-id: 622e0884f31c4284bd62e47527f9a96794650d25
This commit is contained in:
Marek Nečada 2019-06-17 17:25:44 +03:00
parent 8e8de07760
commit 5a76de1be8
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
#packages
#find_package(GSL 2.0 REQUIRED)
#find_package(BLAS REQUIRED)
#find_package(LAPACK REQUIRED)
#add_definitions(-DLATTICESUMS32)
#add_definitions(-DQPMS_VECTORS_NICE_TRANSFORMATIONS)
##includes
#set (DIRS ${GSL_INCLUDE_DIRS} ${GSLCBLAS_INCLUDE_DIRS})
#include_directories(${DIRS})
#add_library (qpms translations.c tmatrices.c vecprint.c vswf.c wigner.c
# lattices2d.c gaunt.c error.c legendre.c symmetries.c vecprint.c
# bessel.c own_zgemm.c)
use_c99()
#set(LIBS ${LIBS} ${GSL_LIBRARIES} ${GSLCBLAS_LIBRARIES})
#target_link_libraries (qpms
# gsl
# lapack
# blas
# amos
# )
#target_include_directories (qpms PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
add_executable(EwaldTransOps transop-ewald.c transop_ewald_cmdline.c)

View File

@ -4,6 +4,7 @@ purpose "Computes Ewald-summed VSWF translation matrix elements in arbitrary 2D-
#versiontext ""
#args "<command line options>"
args "--file-name=transop_ewald_cmdline"
# Options