Skip to content

Commit

Permalink
Merge pull request #49 from fortran-lang/rm-Makefiles
Browse files Browse the repository at this point in the history
Remove Makefiles
  • Loading branch information
rouson authored Mar 18, 2024
2 parents 0f73f4e + 87e89c9 commit b4ed3dd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 213 deletions.
23 changes: 0 additions & 23 deletions Makefile

This file was deleted.

7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ To use `fftpack` within your `fpm` project, add the following to your `fpm.toml`
fftpack = { git="https://github.com/fortran-lang/fftpack.git" }
```

## Build with Make
Alternatively, you can build using provided `Makefile`:
```bash
make
```

## Build with CMake
This library can also be built using CMake. For instructions see [Running CMake](https://cmake.org/runningcmake/). CMake version 3.24 or higher is required.

Expand Down Expand Up @@ -69,6 +63,7 @@ See the our [GitHub Pages site] for documentation generated by [FORD] from the f

## References
Although fortran-lang is _not_ interface-compatible with any of the following libraries, each contains documentation that might be useful for different reasons:

* **Recommended reference:** The [scipy.fftpack] documentation contains succinct description of the storage sequences for function results that match those in fortran-lang/fftpack, e.g., the location of the real and imaginary parts of the `rfft` function result.
* **Theory reference:** The [documentation for the GNU/gsl FFT routines], which are also based on netlib/fftpack, provides some useful definitions of FFT terminology and represenations of the analytical forms of the Discrete Fourier Transform nicely formatted by [LaTeX].
* **Historical reference:** The [netlib/fftpack] library on which fortran-lang/fftpack is useful for understanding several fortran-lang/fftpack design choices, e.g., the procedure dependencies.
Expand Down
136 changes: 0 additions & 136 deletions src/fftpack/Makefile

This file was deleted.

48 changes: 0 additions & 48 deletions test/Makefile

This file was deleted.

0 comments on commit b4ed3dd

Please sign in to comment.