Skip to content

Commit

Permalink
mingw update and smallchanges in install
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Jun 9, 2024
1 parent 1f56406 commit fd22183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ for matlab available <https://github.com/fastalgorithms/fmm3dbie/releases/tag/v1

Instructions:

- Select the zip file whose name has MATLAB version 2020 if your version is 2022 or older. Select 2023 otherwise.

- The x86 version should work on most intel machines. The avx2 specification is also commonly available and will be faster if it is compatible with your machine.

- Download the file and unzip. We recommend testing the fmm binaries by running the following in the matlab directory of fmm3dbie:
Expand Down
3 changes: 2 additions & 1 deletion make.inc.windows.mingw
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# makefile overrides
# OS: windows
# Compiler: mingw
# Compiler: mingw 8.1 (changei MINGW_LPATH)
# OpenMP: default enabled unless specified
#

Expand All @@ -26,5 +26,6 @@ ifeq ($(PREFIX),)
endif


MFLAGS=-compatibleArrayDims -DMWF77_UNDERSCORE0 "CFLAGS=-std=gnu17 -Wno-implicit-function-declaration -fPIC"
MINGW_LPATH=C:/mingw-w64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0
MEXLIBS = -lmex -lmat -lmx -lgfortran -lquadmath -L${MINGW_LPATH}

0 comments on commit fd22183

Please sign in to comment.