Update INDI 1.9.7, KStars 3.6.0, Stellarsolver 2.4
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64"
|
export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64"
|
||||||
export CXXFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64"
|
export CXXFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
INDI_COMMIT="46d8e3b0d3ff6662daa89b6f6499caa7cb2fe9b1"
|
INDI_COMMIT="830ababe2a07eea63e67a02b347cef50ae65a7d2"
|
||||||
INDI_3RD_COMMIT="c9f706d74b14bce2f15f34e0dd3d11c17c64f4ee"
|
INDI_3RD_COMMIT="96d445332ee2af4c625b83072b21b097e9376749"
|
||||||
STELLAR_COMMIT="cdaefb03d4dfdf9237abd9507bf46cebf8647738"
|
STELLAR_COMMIT="9013092ce5791514cf48a32b0b73923fe879eabf"
|
||||||
KSTARS_COMMIT="60240363d80cb9e572e5da8fceebd10c0224c91e"
|
KSTARS_COMMIT="stable-3.6.0"
|
||||||
|
|
||||||
ROOTDIR="$HOME/astro-soft-stable"
|
ROOTDIR="$HOME/astro-soft-stable"
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ cd "$ROOTDIR"
|
|||||||
[ ! -d "kstars" ] && git clone https://invent.kde.org/education/kstars.git
|
[ ! -d "kstars" ] && git clone https://invent.kde.org/education/kstars.git
|
||||||
cd kstars
|
cd kstars
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout $KSTARS_COMMIT
|
git checkout --detach $KSTARS_COMMIT
|
||||||
[ ! -d ../build-kstars ] && { cmake -B ../build-kstars -DBUILD_TESTING=Off ../kstars -DCMAKE_BUILD_TYPE=Release || { echo "KStars failed"; exit 1; } }
|
[ ! -d ../build-kstars ] && { cmake -B ../build-kstars -DBUILD_TESTING=Off ../kstars -DCMAKE_BUILD_TYPE=Release || { echo "KStars failed"; exit 1; } }
|
||||||
cd ../build-kstars
|
cd ../build-kstars
|
||||||
make -j $JOBS || { echo "KStars failed"; exit 1; }
|
make -j $JOBS || { echo "KStars failed"; exit 1; }
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ sudo apt install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-d
|
|||||||
libeigen3-dev extra-cmake-modules libkf5plotting-dev libqt5svg5-dev libkf5xmlgui-dev libkf5kio-dev kinit-dev \
|
libeigen3-dev extra-cmake-modules libkf5plotting-dev libqt5svg5-dev libkf5xmlgui-dev libkf5kio-dev kinit-dev \
|
||||||
libkf5newstuff-dev libkf5doctools-dev libkf5notifications-dev qtdeclarative5-dev libkf5crash-dev gettext libkf5notifyconfig-dev \
|
libkf5newstuff-dev libkf5doctools-dev libkf5notifications-dev qtdeclarative5-dev libkf5crash-dev gettext libkf5notifyconfig-dev \
|
||||||
wcslib-dev libqt5websockets5-dev xplanet xplanet-images qt5keychain-dev libsecret-1-dev breeze-icon-theme qml-module-qtquick-controls \
|
wcslib-dev libqt5websockets5-dev xplanet xplanet-images qt5keychain-dev libsecret-1-dev breeze-icon-theme qml-module-qtquick-controls \
|
||||||
pkg-config
|
pkg-config libev-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user