No description
Find a file
Martin Reinecke d96a30180b more work on number scaling
adjust sharp_acctest to new (flipped) Gauss grid
2012-10-19 15:01:34 +02:00
c_utils fix include guards 2012-10-17 16:07:34 +02:00
config initial import 2012-06-27 16:44:31 +02:00
docsrc initial import 2012-06-27 16:44:31 +02:00
libfftpack initial import 2012-06-27 16:44:31 +02:00
libsharp more work on number scaling 2012-10-19 15:01:34 +02:00
configure.ac add option to enable position independent code generation 2012-09-19 11:07:30 +02:00
COPYING initial import 2012-06-27 16:44:31 +02:00
Makefile perform autotuning on the fly 2012-07-12 16:23:27 +02:00
README.compilation perform autotuning on the fly 2012-07-12 16:23:27 +02:00

GNU make and GNU gcc (version 4.x) are required for compilation.

Simply run "./configure"; if this fails, please refer to the output of
"./configure --help" for additional hints and, if necessary, provide
additional flags to the configure script.
Once the script finishes successfully, run "make"
(or "gmake"). This should install the compilation products in the
subdirectory "auto/".

Documentation can be created by the command "(g)make doc".
However this requires the doxygen application to be installed
on your system.
The documentation will be created in the subdirectory doc/.