convert math lib code to yaml

This commit is contained in:
Radovan Bast
2016-05-19 23:52:48 +02:00
parent 5b7ad87479
commit ac03dc7998
8 changed files with 33 additions and 30 deletions

View File

@ -8,12 +8,13 @@
# ACCELERATE_LIBRARIES - describe me, uncached # ACCELERATE_LIBRARIES - describe me, uncached
# ACCELERATE_INCLUDE_DIR - describe me, uncached # ACCELERATE_INCLUDE_DIR - describe me, uncached
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --accelerate Find and link to ACCELERATE [default: False]. # docopt: "--accelerate Find and link to ACCELERATE [default: False]."
# define: '-DENABLE_ACCELERATE={0}'.format(arguments['--accelerate']) # define: "'-DENABLE_ACCELERATE={0}'.format(arguments['--accelerate'])"
# fetch: https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake # fetch:
# https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake # - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake"
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake"
option(ENABLE_ACCELERATE "Find and link to ACCELERATE" OFF) option(ENABLE_ACCELERATE "Find and link to ACCELERATE" OFF)

View File

@ -8,10 +8,10 @@
# ACML_LIBRARIES # ACML_LIBRARIES
# ACML_INCLUDE_DIR # ACML_INCLUDE_DIR
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --acml Find and link to ACML [default: False]. # docopt: "--acml Find and link to ACML [default: False]."
# define: '-DENABLE_ACML={0}'.format(arguments['--acml']) # define: "'-DENABLE_ACML={0}'.format(arguments['--acml'])"
option(ENABLE_ACML "Find and link to ACML" OFF) option(ENABLE_ACML "Find and link to ACML" OFF)

View File

@ -8,10 +8,10 @@
# ATLAS_LIBRARIES # ATLAS_LIBRARIES
# ATLAS_INCLUDE_DIR # ATLAS_INCLUDE_DIR
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --atlas Find and link to ATLAS [default: False]. # docopt: "--atlas Find and link to ATLAS [default: False]."
# define: '-DENABLE_ATLAS={0}'.format(arguments['--atlas']) # define: "'-DENABLE_ATLAS={0}'.format(arguments['--atlas'])"
option(ENABLE_ATLAS "Find and link to ATLAS" OFF) option(ENABLE_ATLAS "Find and link to ATLAS" OFF)

View File

@ -8,10 +8,10 @@
# BLAS_LIBRARIES # BLAS_LIBRARIES
# BLAS_INCLUDE_DIR # BLAS_INCLUDE_DIR
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --blas Find and link to BLAS [default: False]. # docopt: "--blas Find and link to BLAS [default: False]."
# define: '-DENABLE_BLAS={0}'.format(arguments['--blas']) # define: "'-DENABLE_BLAS={0}'.format(arguments['--blas'])"
option(ENABLE_BLAS "Find and link to BLAS" OFF) option(ENABLE_BLAS "Find and link to BLAS" OFF)

View File

@ -8,12 +8,13 @@
# CBLAS_LIBRARIES - describe me, uncached # CBLAS_LIBRARIES - describe me, uncached
# CBLAS_INCLUDE_DIR - describe me, uncached # CBLAS_INCLUDE_DIR - describe me, uncached
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --cblas Find and link to CBLAS [default: False]. # docopt: "--cblas Find and link to CBLAS [default: False]."
# define: '-DENABLE_CBLAS={0}'.format(arguments['--cblas']) # define: "'-DENABLE_CBLAS={0}'.format(arguments['--cblas'])"
# fetch: https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake # fetch:
# https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake # - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake"
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake"
option(ENABLE_CBLAS "Find and link to CBLAS" OFF) option(ENABLE_CBLAS "Find and link to CBLAS" OFF)

View File

@ -8,10 +8,10 @@
# GOTO_LIBRARIES # GOTO_LIBRARIES
# GOTO_INCLUDE_DIR # GOTO_INCLUDE_DIR
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --goto Find and link to GOTO [default: False]. # docopt: "--goto Find and link to GOTO [default: False]."
# define: '-DENABLE_GOTO={0}'.format(arguments['--goto']) # define: "'-DENABLE_GOTO={0}'.format(arguments['--goto'])"
option(ENABLE_GOTO "Find and link to GOTO" OFF) option(ENABLE_GOTO "Find and link to GOTO" OFF)

View File

@ -8,10 +8,10 @@
# LAPACK_LIBRARIES # LAPACK_LIBRARIES
# LAPACK_INCLUDE_DIR # LAPACK_INCLUDE_DIR
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --lapack Find and link to LAPACK [default: False]. # docopt: "--lapack Find and link to LAPACK [default: False]."
# define: '-DENABLE_LAPACK={0}'.format(arguments['--lapack']) # define: "'-DENABLE_LAPACK={0}'.format(arguments['--lapack'])"
option(ENABLE_LAPACK "Find and link to LAPACK" OFF) option(ENABLE_LAPACK "Find and link to LAPACK" OFF)

View File

@ -8,12 +8,13 @@
# LAPACKE_LIBRARIES - describe me, uncached # LAPACKE_LIBRARIES - describe me, uncached
# LAPACKE_INCLUDE_DIR - describe me, uncached # LAPACKE_INCLUDE_DIR - describe me, uncached
# #
# autocmake.cfg configuration:: # autocmake.yml configuration::
# #
# docopt: --lapacke Find and link to LAPACKE [default: False]. # docopt: "--lapacke Find and link to LAPACKE [default: False]."
# define: '-DENABLE_LAPACKE={0}'.format(arguments['--lapacke']) # define: "'-DENABLE_LAPACKE={0}'.format(arguments['--lapacke'])"
# fetch: https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake # fetch:
# https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake # - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake"
# - "https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake"
option(ENABLE_LAPACKE "Find and link to LAPACKE" OFF) option(ENABLE_LAPACKE "Find and link to LAPACKE" OFF)