Skip to content

Commit

Permalink
Merge branch 'master' of github.com:forefireAPI/firefront
Browse files Browse the repository at this point in the history
  • Loading branch information
filippi committed Jan 17, 2024
2 parents 31e34d1 + 2b8e50b commit bd165a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(forefire VERSION 1.0)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/../bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/../lib)

link_libraries("-lnetcdf_c++ -lnetcdf")
link_libraries("-lnetcdf_c++4 -lnetcdf")

file(GLOB_RECURSE SRC_FILES src/*.cpp)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update

RUN apt install build-essential -y

RUN apt install libnetcdf-dev libnetcdf-c++4-dev -y
RUN apt install libnetcdf-dev libnetcdf-cxx-legacy-dev libnetcdf-c++4-dev -y

RUN apt install cmake -y

Expand Down
2 changes: 1 addition & 1 deletion install-forefire.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apt-get update

apt install build-essential -y

apt install libnetcdf-dev libnetcdf-cxx-legacy-dev -y
apt install libnetcdf-dev libnetcdf-cxx-legacy-dev libnetcdf-c++4-dev -y

apt install cmake scons -y

Expand Down
2 changes: 1 addition & 1 deletion py3_tools/forefirepy/ForeFire.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Forefire:

version = '1.1.20'
version = '2.0.0'

def __init__(self):
self.ff = '''setParameter[dumpMode=geojson]
Expand Down

0 comments on commit bd165a4

Please sign in to comment.