Skip to content

Commit 3d861a3

Browse files
authored
Merge pull request #31 from CamStan/v0.4.0
Incremental release v0.4.0
2 parents f9ef6c1 + f10a320 commit 3d861a3

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
include:
2+
- project: 'lc-templates/id_tokens'
3+
file: 'id_tokens.yml'
14
slurm-job:
25
tags:
36
- quartz
47
- batch
58
variables:
69
LLNL_SLURM_SCHEDULER_PARAMETERS: "-N 3 -p pbatch"
710
script:
8-
- module load cmake/3.9.2
911
- cmake -DMPI=ON -DVELOC_RESOURCE_MANAGER=SLURM
1012
- make VERBOSE=1
1113
- make check
@@ -16,7 +18,6 @@ lsf-job:
1618
variables:
1719
LLNL_LSF_SCHEDULER_PARAMETERS: "-nnodes 3 -q pbatch"
1820
script:
19-
- module load cmake/3.9.2
2021
- cmake -DMPI=ON -DVELOC_RESOURCE_MANAGER=LSF
2122
- make VERBOSE=1
2223
- make check

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
2-
PROJECT(SPATH VERSION 0.3.0)
2+
PROJECT(SPATH VERSION 0.4.0)
33

44
# Mac rpath Policy
55
IF(POLICY CMP0042)

src/spath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" {
1212
#define SPATH_SUCCESS (0)
1313
#define SPATH_FAILURE (1)
1414

15-
#define SPATH_VERSION "0.3.0"
15+
#define SPATH_VERSION "0.4.0"
1616

1717
/* TODO: for formatted strings, use special %| character (or something
1818
* similar) to denote directories in portable way */

0 commit comments

Comments
 (0)