No description
Find a file
2013-03-11 11:08:33 +01:00
c_utils be more paranoid with ALLOC2D 2012-11-29 11:24:16 +01:00
config initial import 2012-06-27 16:44:31 +02:00
docsrc initial import 2012-06-27 16:44:31 +02:00
libfftpack fix documentation 2012-11-27 11:14:12 +01:00
libsharp fix SHTs for colatitudes with sin(theta)<0 2013-02-24 08:26:21 +01:00
.gitignore gitignore 2013-01-07 11:05:57 +01: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 adjust Makefile test targets 2013-01-02 22:51:00 +01:00
README.compilation mention gcc 4.4.x compiler bug 2013-03-11 11:08:33 +01:00

GNU make is required for compilation.

Libsharp compilation has been successfully tested with GNU and Intel compilers.
When using gcc, version 4.x is required.
NOTE: Some versions of the gcc 4.4.x release series contain a bug which causes
the compiler to crash during libsharp compilation. This appears to be fixed
in the gcc 4.4.7 release.
Since libsharp was written in standard C99, other compilers should work fine,
but SSE2/AVX support will most likely be deactivated.

If you obtained libsharp directly from the git repository, you will also
need a copy of the GNU autotools. In this case, run "autoconf" in libsharp's
main directory before any other steps.
For libsharp releases distributed as a .tar.gz file, this step is not necessary.

Afterwards, 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/.