Commit 18d954a4a224cff937737eeecd2b480b50cae86b

Authored by Jürgen Knödlseder
1 parent 82e9f5fa

Set Mac OS version for binary build to 10.9

Following the Mac OS server breakdown the OS versions 10.7 and 10.8 are no longer supported as it is extremely unlikely that someone is still using them.
dev/pkgbuild-macosx.sh
... ... @@ -2,7 +2,7 @@
2 2 # ==========================================================================
3 3 # ctools Mac OS X package creation
4 4 #
5   -# Copyright (C) 2017-2019 Sylvie Brau-Nogué
  5 +# Copyright (C) 2017-2023 Sylvie Brau-Nogué
6 6 #
7 7 # This program is free software: you can redistribute it and/or modify
8 8 # it under the terms of the GNU General Public License as published by
... ... @@ -57,7 +57,7 @@ PKGDIR=$WRKDIR/pkg
57 57 PRODDIR=$WRKDIR/prod
58 58 PLISTFILE=$PKGDIR/$CTOOLS-components.plist
59 59 DISTFILE=$PRODDIR/$CTOOLS.dist
60   -DMGFILE=$WRKDIR/$CTOOLS-macosx10.7.dmg
  60 +DMGFILE=$WRKDIR/$CTOOLS-macosx10.9.dmg
61 61 LOGFILE=$PWD/pkg_build.log
62 62  
63 63  
... ... @@ -359,7 +359,7 @@ This package will install
359 359  
360 360 ctools-$VERSION and gammalib-$VERSION
361 361  
362   -for Mac OS X 10.7 or later.
  362 +for Mac OS X 10.9 or later.
363 363  
364 364 Installation requires approximately 260 MB of disk space. The package
365 365 will be installed in the directory /usr/local/gamma, hence you need
... ...
dev/pkgcheck-macosx.sh
... ... @@ -2,7 +2,7 @@
2 2 # ==========================================================================
3 3 # ctools Mac OS X package validation
4 4 #
5   -# Copyright (C) 2017 Juergen Knoedlseder
  5 +# Copyright (C) 2017-2023 Juergen Knoedlseder
6 6 #
7 7 # This program is free software: you can redistribute it and/or modify
8 8 # it under the terms of the GNU General Public License as published by
... ... @@ -46,7 +46,7 @@ CTOOLS=ctools-$VERSION
46 46 INSTALLDIR=/usr/local/gamma
47 47 WRKDIR=$PWD/pkg_check
48 48 PKGDIR=$PWD/pkg_build
49   -DMGFILE=$PKGDIR/$CTOOLS-macosx10.7.dmg
  49 +DMGFILE=$PKGDIR/$CTOOLS-macosx10.9.dmg
50 50 LOGFILE=$PWD/pkg_check.log
51 51  
52 52  
... ...
doc/source/admin/install_devel.rst
... ... @@ -75,7 +75,7 @@ Downloading Mac OS binary packages
75 75  
76 76 You can download the Mac OS installer image from the following link
77 77  
78   -- `Mac OS (10.7+) <http://cta.irap.omp.eu/ctools/releases/ctools/ctools-2.1.0.dev-macosx10.7.dmg>`_
  78 +- `Mac OS (10.9+) <http://cta.irap.omp.eu/ctools/releases/ctools/ctools-2.1.0.dev-macosx10.9.dmg>`_
79 79  
80 80 and follow the instructions on :ref:`sec_install_binary`.
81 81  
... ...