File: use-external-eckit-atlas.patch

package info (click to toggle)
metview 5.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 614,288 kB
  • sloc: cpp: 560,215; ansic: 44,633; xml: 19,933; f90: 17,905; sh: 7,269; python: 5,565; yacc: 2,318; lex: 1,372; perl: 701; makefile: 87
file content (28 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Don't build local atlas or eckit, use installed versions
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2022-03-09
Forwarded: not-needed

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 
 # list all the packages we incorporate into the bundle
-set(MV_BUNDLE_PACKAGES METVIEW MARS_CLIENT MIR ATLAS ECKIT)
+set(MV_BUNDLE_PACKAGES METVIEW MARS_CLIENT MIR)
 
 if(METVIEW_SITE STREQUAL ecmwf )
     #list(APPEND MV_BUNDLE_PACKAGES FDB)
@@ -82,9 +82,9 @@
         set(FDB_DIR "/dummy/path/for/bundle")
     endif()
 
-    my_bundle_pkg( PROJECT eckit        GIT "ssh://git@git.ecmwf.int/ecsdk/eckit"       TAG  1.32.1   )
+#    my_bundle_pkg( PROJECT eckit        GIT "ssh://git@git.ecmwf.int/ecsdk/eckit"       TAG  1.32.1   )
     #my_bundle_pkg( PROJECT atlas        GIT "ssh://git@git.ecmwf.int/atlas/atlas"       TAG  0.44.0   )
-    my_bundle_pkg( PROJECT atlas        GIT "https://github.com/ecmwf/atlas.git"       TAG  0.44.0   )
+#    my_bundle_pkg( PROJECT atlas        GIT "https://github.com/ecmwf/atlas.git"       TAG  0.44.0   )
     #my_bundle_pkg( PROJECT mir          GIT "ssh://git@git.ecmwf.int/mir/mir"           TAG  1.23.0   )
     my_bundle_pkg( PROJECT mir          GIT "https://github.com/ecmwf/mir.git"           TAG  1.27.8   )
     my_bundle_pkg( PROJECT mars-client  GIT "ssh://git@git.ecmwf.int/mars/mars-client"  TAG  6.33.25  )