Skip to content

Commit

Permalink
Trunk.toml cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHStanton committed Feb 20, 2024
1 parent a4f518d commit 2558ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions contrib/mobilitydb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ RUN apt-get update && \
protobuf-c-compiler \
libgdal-dev \
libgsl-dev \
libjson-c-dev \
postgresql-server-dev-15

# Set the library path
# ENV LD_LIBRARY_PATH=/usr/lib/postgresql/15/lib:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
libjson-c-dev

# Download and build PostGIS
RUN wget https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz && \
Expand All @@ -30,12 +26,6 @@ RUN git clone https://github.com/MobilityDB/MobilityDB
# Set project version
ARG RELEASE=v1.1.0rc1

# RUN wget -O mobilitydb-1.0.tar.gz https://github.com/MobilityDB/MobilityDB/archive/v1.0.tar.gz && \
# tar xvfz mobilitydb-1.0.tar.gz && \
# ls -l



# Build extension
RUN cd MobilityDB && \
git fetch origin ${RELEASE} && \
Expand Down
6 changes: 3 additions & 3 deletions contrib/mobilitydb/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "mobilitydb"
version = "1.0.0"
version = "1.1.0"
repository = "https://github.com/MobilityDB/MobilityDB"
license = "PostgreSQL"
description = "Geospatial trajectory data management."
Expand All @@ -9,8 +9,8 @@ documentation = "https://mobilitydb.com/documentation.html"
categories = ["data_transformations"]
loadable_libraries = [{ library_name = "postgis-3", requires_restart = true }]

# [dependencies]
# apt = ["libc6"]
[dependencies]
apt = ["libc6", "libgsl-dev"]

[build]
postgres_version = "15"
Expand Down

0 comments on commit 2558ab4

Please sign in to comment.