Skip to content

Commit

Permalink
Merge pull request #224 from DrTimothyAldenDavis/master
Browse files Browse the repository at this point in the history
v8.0.2: changelog and docs
  • Loading branch information
DrTimothyAldenDavis authored Jun 27, 2023
2 parents 2b5cb25 + 9021e97 commit 0b813b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Config/GB_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@

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

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

#endif
Expand Down
1 change: 1 addition & 0 deletions Doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Version 8.0.2, June 16, 2023
* added -DJITINIT=option: use -DJITINIT to set the initial state of
the GxB_JIT_CONTROL (4:on, 3:load, 2:run, 1:pause, 0:off). The default
is 4 (on) if the JIT is enabled, or 2 (run) if -DNJIT=1 is set.
* xxHash: upgraded to latest version as of June 16, 2023

Version 8.0.1, May 27, 2023

Expand Down
Binary file modified Doc/GraphBLAS_UserGuide.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions Doc/GraphBLAS_UserGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16431,6 +16431,7 @@ \section{Release Notes}
initial state of the \verb'GxB_JIT_C_CONTROL' (4:on, 3:load, 2:run,
1:pause, 0:off). The default is 4 (on) if the JIT is enabled, or 2
(run) if \verb'-DNJIT=1' is set.
\item xxHash: upgraded to latest version as of June 16, 2023
\end{itemize}

\item Version 8.0.1, May 27, 2023
Expand Down
2 changes: 1 addition & 1 deletion GraphBLAS/Config/GB_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// GB_C_COMPILER: the C compiler used to compile GraphBLAS:
#ifndef GB_C_COMPILER
#define GB_C_COMPILER "/usr/bin/gcc"
#define GB_C_COMPILER "/usr/bin/cc"
#endif

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

0 comments on commit 0b813b6

Please sign in to comment.