@crossbind/port-gdal-wasi 2.0.0-beta.50 → 2.0.0-beta.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/prebuilt/wasi-wasm32-st-release/crossbind-source.fingerprint +1 -0
- package/dist/prebuilt/wasi-wasm32-st-release/include/cpl_config.h +1 -1
- package/dist/prebuilt/wasi-wasm32-st-release/lib/cmake/gdal/GDAL-targets.cmake +1 -1
- package/dist/prebuilt/wasi-wasm32-st-release/lib/libgdal.a +0 -0
- package/dist/prebuilt/wasi-wasm32-st-release/lib/pkgconfig/gdal.pc +4 -4
- package/package.json +10 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a50509fa3defba4187194eaee884e497e5bd1d29fa07f7a5b89a4838b353c0d8
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#endif
|
|
11
11
|
|
|
12
12
|
/* --prefix directory for GDAL install */
|
|
13
|
-
#define GDAL_PREFIX "/
|
|
13
|
+
#define GDAL_PREFIX "/tmp/crossbind/live/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release"
|
|
14
14
|
|
|
15
15
|
/* The size of `int', as computed by sizeof. */
|
|
16
16
|
#define SIZEOF_INT 4
|
|
@@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.3...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.3...3.29)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
CONFIG_VERSION=3.13.3
|
|
2
|
-
CONFIG_INST_PREFIX=/
|
|
3
|
-
CONFIG_INST_LIBS=-L/
|
|
4
|
-
CONFIG_INST_CFLAGS=-I/
|
|
5
|
-
CONFIG_INST_DATA=/
|
|
2
|
+
CONFIG_INST_PREFIX=/tmp/crossbind/live/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release
|
|
3
|
+
CONFIG_INST_LIBS=-L/tmp/crossbind/live/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release/lib -lgdal -ldl -L/tmp/crossbind/live/geotiff/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lgeotiff -L/tmp/crossbind/live/tiff/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -ltiff -L/tmp/crossbind/live/sqlite3/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lsqlite3 -L/tmp/crossbind/live/curl/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lcurl -L/tmp/crossbind/live/proj/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lproj -L/tmp/crossbind/live/zlib/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lz -lpthread -lc++ -lc++abi
|
|
4
|
+
CONFIG_INST_CFLAGS=-I/tmp/crossbind/live/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release/include
|
|
5
|
+
CONFIG_INST_DATA=/tmp/crossbind/live/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release/share/gdal
|
|
6
6
|
prefix=${CONFIG_INST_PREFIX}
|
|
7
7
|
exec_prefix=${prefix}
|
|
8
8
|
libdir=${exec_prefix}/lib
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossbind/port-gdal-wasi",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.56",
|
|
4
4
|
"nativeVersion": "3.13.3",
|
|
5
5
|
"description": "WASI build of the precompiled GDAL geospatial library, built with crossbind. Use it together with the main package @crossbind/port-gdal.",
|
|
6
6
|
"homepage": "https://github.com/crossbind/crossbind/tree/main/ports/gdal#readme",
|
|
@@ -18,21 +18,21 @@
|
|
|
18
18
|
"raster",
|
|
19
19
|
"vector",
|
|
20
20
|
"crossbind",
|
|
21
|
-
"crossbind-
|
|
21
|
+
"crossbind-port",
|
|
22
22
|
"webassembly",
|
|
23
23
|
"wasi"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@crossbind/port-gdal": "^2.0.0-beta.
|
|
27
|
-
"@crossbind/port-geotiff-wasi": "^2.0.0-beta.
|
|
28
|
-
"@crossbind/port-proj-wasi": "^2.0.0-beta.
|
|
29
|
-
"@crossbind/port-tiff-wasi": "^2.0.0-beta.
|
|
30
|
-
"@crossbind/port-sqlite3-wasi": "^2.0.0-beta.
|
|
31
|
-
"@crossbind/port-zlib-wasi": "^2.0.0-beta.
|
|
32
|
-
"@crossbind/port-curl-wasi": "^2.0.0-beta.
|
|
26
|
+
"@crossbind/port-gdal": "^2.0.0-beta.56",
|
|
27
|
+
"@crossbind/port-geotiff-wasi": "^2.0.0-beta.56",
|
|
28
|
+
"@crossbind/port-proj-wasi": "^2.0.0-beta.56",
|
|
29
|
+
"@crossbind/port-tiff-wasi": "^2.0.0-beta.56",
|
|
30
|
+
"@crossbind/port-sqlite3-wasi": "^2.0.0-beta.56",
|
|
31
|
+
"@crossbind/port-zlib-wasi": "^2.0.0-beta.56",
|
|
32
|
+
"@crossbind/port-curl-wasi": "^2.0.0-beta.56"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"crossbind": "^2.0.0-beta.
|
|
35
|
+
"crossbind": "^2.0.0-beta.56"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "crossbind build -p wasi",
|