Skip to content

Commit

Permalink
[#228] Remove aws-sdk-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Feb 15, 2024
1 parent 7f56448 commit eb62819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 73 deletions.
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all : avro aws-sdk-cpp boost catch2 clang clang-runtime cmake cppzmq fmt json jwt-cpp libarchive mungefs nanodbc qpid-proton redis spdlog zeromq4-1
all : avro boost catch2 clang clang-runtime cmake cppzmq fmt json jwt-cpp libarchive mungefs nanodbc qpid-proton redis spdlog zeromq4-1


server : avro boost catch2 clang-runtime cppzmq fmt json libarchive nanodbc spdlog zeromq4-1
Expand All @@ -22,14 +22,6 @@ avro_clean :
@rm -rf avro*
@rm -rf $(AVRO_PACKAGE)

$(AWS-SDK-CPP_PACKAGE) : $(CMAKE_PACKAGE) $(CLANG_PACKAGE)
./build.py $(BUILD_OPTIONS) aws-sdk-cpp > aws-sdk-cpp.log 2>&1
aws-sdk-cpp : $(AWS-SDK-CPP_PACKAGE)
aws-sdk-cpp_clean :
@echo "Cleaning aws-sdk-cpp..."
@rm -rf aws-sdk-cpp*
@rm -rf $(AWS-SDK-CPP_PACKAGE)

$(BOOST_PACKAGE) : $(CLANG_PACKAGE)
./build.py $(BUILD_OPTIONS) boost > boost.log 2>&1
boost : $(BOOST_PACKAGE)
Expand Down Expand Up @@ -158,7 +150,7 @@ zeromq4-1_clean :
@rm -rf zeromq4-1*
@rm -rf $(ZEROMQ4-1_PACKAGE)

clean : avro_clean aws-sdk-cpp_clean boost_clean catch2_clean clang_clean clang-runtime_clean cmake_clean cppzmq_clean fmt_clean json_clean jwt-cpp_clean libarchive_clean mungefs_clean nanodbc_clean qpid-proton_clean redis_clean spdlog_clean zeromq4-1_clean
clean : avro_clean boost_clean catch2_clean clang_clean clang-runtime_clean cmake_clean cppzmq_clean fmt_clean json_clean jwt-cpp_clean libarchive_clean mungefs_clean nanodbc_clean qpid-proton_clean redis_clean spdlog_clean zeromq4-1_clean
@echo "Cleaning generated files..."
@rm -rf packages.mk
@echo "Done."
63 changes: 0 additions & 63 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,69 +21,6 @@
"clang-runtime"
]
},
"aws-sdk-cpp": {
"commitish": "1.9.323",
"version_string": "1.9.323",
"license": "Apache License 2.0",
"consortium_build_number": "0",
"package_revision": "3",
"externals_root": "opt/irods-externals",
"build_steps": [
"mkdir -p build",
"cd build; TEMPLATE_CMAKE_EXECUTABLE -G 'Unix Makefiles' -DENABLE_TESTING=OFF -DCMAKE_INSTALL_PREFIX=TEMPLATE_INSTALL_PREFIX -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_CXX_COMPILER=TEMPLATE_CLANGPP_EXECUTABLE -DCMAKE_SHARED_LINKER_FLAGS='-LTEMPLATE_CLANG_CPP_LIBRARIES -stdlib=libc++' -DCMAKE_EXE_LINKER_FLAGS='-LTEMPLATE_CLANG_CPP_LIBRARIES -stdlib=libc++' -DCMAKE_INCLUDE_DIRECTORIES_BEFORE=ON -DCMAKE_CXX_FLAGS='-ITEMPLATE_CLANG_CPP_HEADERS -nostdinc++' -DBUILD_ONLY='s3;sts' ..",
"cd build; make -jTEMPLATE_JOBS; make install"
],
"external_build_steps": [
"ls -l TEMPLATE_INSTALL_PREFIX/../* ; cp -rf TEMPLATE_INSTALL_PREFIX/../* ../../ ; ls -l ../../"
],
"fpm_directories": ["include","lib","lib64"],
"interdependencies": [
"clang-runtime"
],
"distro_dependencies": {
"rhel": {
"7": [
"libcurl",
"zlib",
"openssl-libs"
],
"8": [
"libcurl",
"zlib",
"openssl-libs"
],
"9": [
"libcurl",
"zlib",
"openssl-libs"
]
},
"debian": {
"11": [
"libcurl3-gnutls",
"libz1",
"libssl1.1"
],
"12": [
"libcurl3-gnutls",
"libz1",
"libssl3"
]
},
"ubuntu": {
"20.04": [
"libcurl3-gnutls",
"libz1",
"libssl1.1"
],
"22.04": [
"libcurl3-gnutls",
"libz1",
"libssl3"
]
}
}
},
"boost": {
"git_repository": "https://github.com/boostorg/boost",
"commitish": "boost-1.81.0",
Expand Down

0 comments on commit eb62819

Please sign in to comment.