@crossbind/port-gdal-wasi 2.0.0-beta.53 → 2.0.0-beta.58

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.
@@ -10,7 +10,7 @@
10
10
  #endif
11
11
 
12
12
  /* --prefix directory for GDAL install */
13
- #define GDAL_PREFIX "/Users/bugra/Documents/cpp.js/ports/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release"
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.30)
10
+ cmake_policy(VERSION 2.8.3...3.29)
11
11
  #----------------------------------------------------------------
12
12
  # Generated CMake target import file.
13
13
  #----------------------------------------------------------------
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/dist/prebuilt/wasi-wasm32-st-release/lib/libgdal.a
3
- size: 54293200 bytes
4
- sha256: 0f30b33bb1f3362a8dec774b072faaed066ae84ee30c7059dde4eba2ca3d1c4e
3
+ size: 54289792 bytes
4
+ sha256: 8c2b25008f63fc4b7b804c468731d58ffe3a5a4868b95a3b25bddf9ed753cbec
@@ -1,8 +1,8 @@
1
1
  CONFIG_VERSION=3.13.3
2
- CONFIG_INST_PREFIX=/Users/bugra/Documents/cpp.js/ports/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release
3
- CONFIG_INST_LIBS=-L/Users/bugra/Documents/cpp.js/ports/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release/lib -lgdal -ldl -L/Users/bugra/Documents/cpp.js/ports/geotiff/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lgeotiff -L/Users/bugra/Documents/cpp.js/ports/tiff/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -ltiff -L/Users/bugra/Documents/cpp.js/ports/sqlite3/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lsqlite3 -L/Users/bugra/Documents/cpp.js/ports/curl/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lcurl -L/Users/bugra/Documents/cpp.js/ports/proj/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lproj -L/Users/bugra/Documents/cpp.js/ports/zlib/wasi/dist/prebuilt/wasi-wasm32-st-release/lib -lz -lpthread -lc++ -lc++abi
4
- CONFIG_INST_CFLAGS=-I/Users/bugra/Documents/cpp.js/ports/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release/include
5
- CONFIG_INST_DATA=/Users/bugra/Documents/cpp.js/ports/gdal/wasi/.crossbind/build/Source-Release/prebuilt/wasi-wasm32-st-release/share/gdal
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.53",
3
+ "version": "2.0.0-beta.58",
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",
@@ -23,16 +23,16 @@
23
23
  "wasi"
24
24
  ],
25
25
  "dependencies": {
26
- "@crossbind/port-gdal": "^2.0.0-beta.53",
27
- "@crossbind/port-geotiff-wasi": "^2.0.0-beta.53",
28
- "@crossbind/port-proj-wasi": "^2.0.0-beta.53",
29
- "@crossbind/port-tiff-wasi": "^2.0.0-beta.53",
30
- "@crossbind/port-sqlite3-wasi": "^2.0.0-beta.53",
31
- "@crossbind/port-zlib-wasi": "^2.0.0-beta.53",
32
- "@crossbind/port-curl-wasi": "^2.0.0-beta.53"
26
+ "@crossbind/port-gdal": "^2.0.0-beta.58",
27
+ "@crossbind/port-geotiff-wasi": "^2.0.0-beta.58",
28
+ "@crossbind/port-proj-wasi": "^2.0.0-beta.58",
29
+ "@crossbind/port-tiff-wasi": "^2.0.0-beta.58",
30
+ "@crossbind/port-sqlite3-wasi": "^2.0.0-beta.58",
31
+ "@crossbind/port-zlib-wasi": "^2.0.0-beta.58",
32
+ "@crossbind/port-curl-wasi": "^2.0.0-beta.58"
33
33
  },
34
34
  "devDependencies": {
35
- "crossbind": "^2.0.0-beta.53"
35
+ "crossbind": "^2.0.0-beta.58"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "crossbind build -p wasi",