Skip to content

Commit

Permalink
rev version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjof2 committed May 22, 2020
1 parent ab74a9f commit deaef94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enable_language(C)
########################################

project (PGURE-SVT)
set (PGURE-SVT_VERSION_FULL "0.4.3")
set (PGURE-SVT_VERSION_FULL "0.5.0")
message(STATUS "Configuring PGURE-SVT ${PGURE-SVT_VERSION_FULL}")

option(USE_OPENBLAS "Whether to use BLAS or OpenBLAS" ON)
Expand Down
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ If you use this code in a publication, please cite our work:
## Contents


- [Installation](#installation)
- [Building from source (Linux/OSX)](#building-from-source-linuxosx)
- [Windows](#windows)
- [Usage](#usage)
- [Python](#python)
- [Standalone executable](#standalone-executable)
- [PGURE-SVT](#pgure-svt)
- [Contents](#contents)
- [Installation](#installation)
- [Building from source (Linux/OSX)](#building-from-source-linuxosx)
- [Dependencies](#dependencies)
- [Compilation](#compilation)
- [Windows](#windows)
- [Usage](#usage)
- [Python](#python)
- [Options](#options)
- [Integration with HyperSpy](#integration-with-hyperspy)
- [Standalone executable](#standalone-executable)

## Installation

Expand All @@ -58,8 +64,8 @@ When installing the Armadillo linear algebra library, it is recommended that you
By default, the system will build a C++ library for linking with Python. Installation of the standalone executable must be specified by the user. To build PGURE-SVT:

```bash
tar -xzf pgure-svt-0.4.2.tar.gz
cd pgure-svt-0.4.2
tar -xzf pgure-svt-0.5.0.tar.gz
cd pgure-svt-0.5.0
mkdir build
cd build
```
Expand Down

0 comments on commit deaef94

Please sign in to comment.