File: README.txt

package info (click to toggle)
suitesparse-graphblas 7.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 67,112 kB
  • sloc: ansic: 1,072,243; cpp: 8,081; sh: 512; makefile: 506; asm: 369; python: 125; awk: 10
file content (13 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
This folder contains a Makefile that extracts the external
symbols in libgraphblas.so, and creates an #include file
that renames them to a different namespace.  It is required
to install to use GraphBLAS with MATLAB R2021a and later.

To create the GB_rename.h file, first compile libgraphblas.so
and install it in /usr/local/lib/libgraphblas.so.  Then
type "make" in this folder.  This should only be required to
develop GraphBLAS since the GB_rename.h file is included in
the source distribution.

Linux is required, but the resulting GB_rename.h is then used by all platforms.