File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 65
65
# CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
66
66
CIBW_ARCHS_LINUX : auto aarch64
67
67
CIBW_BUILD : cp310-musllinux_aarch64
68
- CIBW_BUILD_VERBOSITY : 2
68
+ CIBW_BUILD_VERBOSITY : 1
69
69
CIBW_BEFORE_ALL_LINUX : |
70
70
# yum install -y lapack-devel armadillo-devel
71
71
apk add armadillo-dev
Original file line number Diff line number Diff line change 5
5
#include < cmath>
6
6
#include < math.h>
7
7
#include < assert.h>
8
- #include < execinfo.h>
9
8
#include < signal.h>
10
9
#include < iomanip>
11
10
#include < cstdio>
12
11
#include < exception>
13
12
13
+ #ifdef DEBUG
14
+ // This is not portable (only available on GNU/Linux
15
+ #include < execinfo.h>
16
+ #endif
17
+
14
18
using namespace gridpp ;
15
19
16
20
bool gridpp::is_valid (float value) {
You can’t perform that action at this time.
0 commit comments