Skip to content

Commit 1c5be6e

Browse files
changed comments
1 parent b6836fe commit 1c5be6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ INCMPARAM = $(HOME)/LibDownloads/mpfr-3.1.3/src/x86_64/core2
1111
#location of gmp.h:
1212
INCGMP = $(HOME)/LibDownloads/gmp-6.1.0/
1313

14-
#location of shared quadmath library:
14+
#path to shared quadmath library:
1515
LIBQUADMATH = /usr/lib/x86_64-linux-gnu/libquadmath.so.0
1616

17-
#location of shared mpfr library used by Julia:
17+
#path to shared mpfr library used by Julia:
1818
LIBMPFR = /usr/lib/x86_64-linux-gnu/libmpfr.so.4
1919

2020

0 commit comments

Comments
 (0)