We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6836fe commit 1c5be6eCopy full SHA for 1c5be6e
Makefile
@@ -11,10 +11,10 @@ INCMPARAM = $(HOME)/LibDownloads/mpfr-3.1.3/src/x86_64/core2
11
#location of gmp.h:
12
INCGMP = $(HOME)/LibDownloads/gmp-6.1.0/
13
14
-#location of shared quadmath library:
+#path to shared quadmath library:
15
LIBQUADMATH = /usr/lib/x86_64-linux-gnu/libquadmath.so.0
16
17
-#location of shared mpfr library used by Julia:
+#path to shared mpfr library used by Julia:
18
LIBMPFR = /usr/lib/x86_64-linux-gnu/libmpfr.so.4
19
20
0 commit comments