Skip to content

Commit b4ed3dd

Browse files
authored
Merge pull request #49 from fortran-lang/rm-Makefiles
Remove Makefiles
2 parents 0f73f4e + 87e89c9 commit b4ed3dd

File tree

4 files changed

+1
-213
lines changed

4 files changed

+1
-213
lines changed

Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ To use `fftpack` within your `fpm` project, add the following to your `fpm.toml`
2929
fftpack = { git="https://github.com/fortran-lang/fftpack.git" }
3030
```
3131

32-
## Build with Make
33-
Alternatively, you can build using provided `Makefile`:
34-
```bash
35-
make
36-
```
37-
3832
## Build with CMake
3933
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.
4034

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

7064
## References
7165
Although fortran-lang is _not_ interface-compatible with any of the following libraries, each contains documentation that might be useful for different reasons:
66+
7267
* **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.
7368
* **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].
7469
* **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.

src/fftpack/Makefile

Lines changed: 0 additions & 136 deletions
This file was deleted.

test/Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)