File: predef.patch

package info (click to toggle)
atlas-ecmwf 0.44.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,544 kB
  • sloc: cpp: 146,712; f90: 17,676; sh: 1,196; python: 379; makefile: 65
file content (17 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix needed to compile
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2020-10-17
Forwarded: no


--- a/src/atlas/library/Library.cc
+++ b/src/atlas/library/Library.cc
@@ -32,7 +32,7 @@
 #include "eckit/system/LibraryManager.h"
 
 
-#if ATLAS_ECKIT_HAVE_ECKIT_585
+#ifdef ATLAS_ECKIT_HAVE_ECKIT_585
 #include "eckit/linalg/LinearAlgebraDense.h"
 namespace {
 static bool feature_MKL() {