Skip to content

Commit 0b813b6

Browse files
Merge pull request #224 from DrTimothyAldenDavis/master
v8.0.2: changelog and docs
2 parents 2b5cb25 + 9021e97 commit 0b813b6

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

Config/GB_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757

5858
// GB_C_LIBRARIES: libraries to link with when using direct compile/link:
5959
#ifndef GB_C_LIBRARIES
60-
#define GB_C_LIBRARIES " -lm -ldl /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so /usr/lib/x86_64-linux-gnu/libpthread.so"
60+
#define GB_C_LIBRARIES " -lm -ldl /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so /usr/lib/x86_64-linux-gnu/libpthread.so"
6161
#endif
6262

6363
// GB_CMAKE_LIBRARIES: libraries to link with when using cmake
6464
#ifndef GB_CMAKE_LIBRARIES
65-
#define GB_CMAKE_LIBRARIES "m;dl;/usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so"
65+
#define GB_CMAKE_LIBRARIES "m;dl;/usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so"
6666
#endif
6767

6868
#endif

Doc/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Version 8.0.2, June 16, 2023
33
* added -DJITINIT=option: use -DJITINIT to set the initial state of
44
the GxB_JIT_CONTROL (4:on, 3:load, 2:run, 1:pause, 0:off). The default
55
is 4 (on) if the JIT is enabled, or 2 (run) if -DNJIT=1 is set.
6+
* xxHash: upgraded to latest version as of June 16, 2023
67

78
Version 8.0.1, May 27, 2023
89

Doc/GraphBLAS_UserGuide.pdf

8 Bytes
Binary file not shown.

Doc/GraphBLAS_UserGuide.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16431,6 +16431,7 @@ \section{Release Notes}
1643116431
initial state of the \verb'GxB_JIT_C_CONTROL' (4:on, 3:load, 2:run,
1643216432
1:pause, 0:off). The default is 4 (on) if the JIT is enabled, or 2
1643316433
(run) if \verb'-DNJIT=1' is set.
16434+
\item xxHash: upgraded to latest version as of June 16, 2023
1643416435
\end{itemize}
1643516436

1643616437
\item Version 8.0.1, May 27, 2023

GraphBLAS/Config/GB_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// GB_C_COMPILER: the C compiler used to compile GraphBLAS:
1717
#ifndef GB_C_COMPILER
18-
#define GB_C_COMPILER "/usr/bin/gcc"
18+
#define GB_C_COMPILER "/usr/bin/cc"
1919
#endif
2020

2121
// GB_C_FLAGS: the C compiler flags used to compile GraphBLAS. Used

0 commit comments

Comments
 (0)