-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/integration' into experimental_p…
…ython313
- Loading branch information
Showing
19 changed files
with
1,749 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
scientific_core@mfext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
EPSG:900914 "Stéréo Nord 0" | ||
EPSG:900917 "Stéréo Nord -155" | ||
EPSG:900918 "Stéréo Sud -141.7" | ||
EPSG:900919 "Stéréo Nord -103" | ||
EPSG:900920 "Stéréo Nord -45" | ||
EPSG:900921 "Stéréo Nord -20" | ||
EPSG:900922 "Stéréo Nord 11.1" | ||
EPSG:900923 "Stéréo Nord 65" | ||
EPSG:900924 "Stéréo Sud 96.7" | ||
EPSG:900925 "Stéréo Nord -65" | ||
EPSG:900926 "Stéréo Nord -50" | ||
EPSG:900927 "Stéréo Nord -35" | ||
EPSG:900928 "Stéréo Nord -30" | ||
EPSG:900929 "Stéréo Nord -25" | ||
EPSG:900930 "Stéréo Nord 5" | ||
MF:30 "MF Stéréo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
projinfo --list-crs | grep "Stéréo" > list-crs-MF | ||
diff list-crs-MF list-crs-MF-ref | ||
if [ $? != 0 ]; then | ||
echo "error in list crs MF" | ||
rm -f list-crs-MF | ||
exit 1 | ||
fi | ||
rm -f list-crs-MF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
integration_tests/0096_system_extra_dependencies/list_ok_not_found.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
libcuda.so.1 | ||
liblttng-ust.so.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include ../../../adm/root.mk | ||
include ../../layer_wrapper.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
include ../../../adm/root.mk | ||
include ../../package.mk | ||
|
||
export NAME=libtiff | ||
export VERSION=4.7.0 | ||
export EXTENSION=tar.gz | ||
export CHECKTYPE=MD5 | ||
export CHECKSUM=3a0fa4a270a4a192b08913f88d0cfbdd | ||
DESCRIPTION=\ | ||
LIBTIFF provides support for the Tag Image File Format (TIFF), a widely used format for storing image data | ||
WEBSITE=http://www.libtiff.org | ||
LICENSE=https://spdx.org/licenses/libtiff.html | ||
EXPLICIT_NAME=tiff-$(VERSION) | ||
|
||
all:: $(PREFIX)/lib/libtiff.so.6 | ||
$(PREFIX)/lib/libtiff.so.6: | ||
$(MAKE) --file=../../Makefile.standard PREFIX=$(PREFIX) EXPLICIT_NAME=$(EXPLICIT_NAME) download uncompress configure_cmake build_cmake install_cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://download.osgeo.org/libtiff/tiff-4.7.0.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
layers/layer1_scientific_core/0015_proj/no_expected_md5.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -up proj-9.5.1/data/generate_proj_db.cmake.orig proj-9.5.1/data/generate_proj_db.cmake | ||
--- proj-9.5.1/data/generate_proj_db.cmake.orig 2024-12-12 16:29:48.790536754 +0000 | ||
+++ proj-9.5.1/data/generate_proj_db.cmake 2024-12-12 16:30:45.544514251 +0000 | ||
@@ -41,8 +41,6 @@ if (NOT "${PROJ_DB_SQL_MD5}" STREQUAL "$ | ||
RESULT_VARIABLE STATUS) | ||
if(STATUS AND NOT STATUS EQUAL 0) | ||
message(FATAL_ERROR "Build of proj.db from ${ALL_SQL_IN_EXTRA_VALIDATION} failed") | ||
- else() | ||
- message(FATAL_ERROR "Update 'set(PROJ_DB_SQL_EXPECTED_MD5 ...)' line in data/CMakeLists.txt with ${PROJ_DB_SQL_MD5} value") | ||
endif() | ||
endif() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
proj-9.5.0+mf+1.patch | ||
proj-9.5.1+mf+1.patch | ||
no_expected_md5.patch |
Oops, something went wrong.