Unverified Commit 66a05db0 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

USGSCSM Internal Dependency Building (#445)

* Added proj as an internal dep

* Updated all internal deps

* Updated metal.yaml

* Forced conda builds to use internal deps

* Updated build flags for future releases

* fixed typo in BUILD_TESTS option

* Added sqlite as a dep

* Corrected meta.yml for release

* Change env to minimum dependency set

* Added recursive init for JSON

* Removed unnecessary submodule update

* Initial round to get ALE building directly into USGSCSM

* Fixed external dep build and reverted env file

* Fixed linux builds

* Built proj internal to USGSCSM

* Updated local build system

* Pointed build at this branch

* Updated recipe checksum

* Added submodules

* Added proj submodule

* Updated proj hash

* Turned building docs off

* Placed proj_config.h into correct directory

* Updated where the proj_config.h can be found

* Small changes to get the build working

* Removed commented out deps in meta.yaml

* Removed unnecessary lines in cmakelist file

* Reset git url and version

* Removed commented out ALE header lines
parent d53161a9
Loading
Loading
Loading
Loading
+3 −0
Changes for .gitmodules: 3 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -10,3 +10,6 @@
[submodule "json"]
	path = json
	url = https://github.com/nlohmann/json.git
[submodule "PROJ"]
	path = PROJ
	url = https://github.com/OSGeo/PROJ
+618 −27

File changed.

Preview size limit exceeded, changes collapsed.

Changes for PROJ: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
Subproject commit fde3d58e4af51f8e6c9cafeeb2b0299ab1218d91
Compare a7d8a148 to 775ff216
Changes for ale: 1 added line, 1 removed line.
Original line number Diff line number Diff line
Subproject commit a7d8a148f54d5141c63ed45a24a71c890ca11de7
Subproject commit 775ff216791349f44a643a1080818631f6b7b16e
Compare c78dbba3 to cbf62f4f
Changes for csm: 1 added line, 1 removed line.
Original line number Diff line number Diff line
Subproject commit c78dbba3731432249a75db9fdd7415b292d46715
Subproject commit cbf62f4f489567ae05ae9c0f373f14f9062cbecb
Loading