Skip to content

ver.1.0.1

Compare
Choose a tag to compare
@k-yoshimi k-yoshimi released this 28 Nov 07:53
· 48 commits to master since this release

Installation guide

Please download SpM-1.0.1.tar.gz.
To build SpM, please type the following commands.

tar xzvf SpM-1.0.1.tar.gz
cd SpM-1.0.1
mkdir build
cd build
cmake ..
make

Then, the executable file SpM.out is created in the ./src directory.

Changes

  • Default output format changes from PDF to EPS. Output format can be changed by using "flag_pdf" in "run .sh" (related to issue #5 ).
  • The description of "flag_pdf" is added in SpM's manual.