summaryrefslogtreecommitdiff
path: root/sci-biology
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-02 17:46:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-02 17:46:37 +0100
commit19ad4b65c8b02065c065c91941241f231f78246c (patch)
tree9f4d20e15a87cf1ce08bee5a4bc953fe7dd3a03e /sci-biology
parentfade240e5eae2521e59569af4ab63e27415f4e5b (diff)
gentoo auto-resync : 02:10:2023 - 17:46:37
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/Manifest.gzbin19481 -> 19313 bytes
-rw-r--r--sci-biology/express/Manifest5
-rw-r--r--sci-biology/express/express-1.5.1.ebuild38
-rw-r--r--sci-biology/express/files/express-1.5.1-buildsystem.patch55
-rw-r--r--sci-biology/express/files/express-1.5.1-gcc6.patch19
-rw-r--r--sci-biology/express/metadata.xml8
6 files changed, 0 insertions, 125 deletions
diff --git a/sci-biology/Manifest.gz b/sci-biology/Manifest.gz
index d753ac8e2aea..c2a144cf18ac 100644
--- a/sci-biology/Manifest.gz
+++ b/sci-biology/Manifest.gz
Binary files differ
diff --git a/sci-biology/express/Manifest b/sci-biology/express/Manifest
deleted file mode 100644
index b8397c317b38..000000000000
--- a/sci-biology/express/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX express-1.5.1-buildsystem.patch 1956 BLAKE2B 3cc9bc2a3fb8bc55444ed17984645bf900f253fed8b611395f7de3e744cd1c448af00bb8a83244f344801b9cc9d68c731e8338689bf29463cf2aacb35765d741 SHA512 246788b75a7f40c825cc7bf811de2bd44607b7ccf139d7302480ed7faae441ec95d5a37aec7f04effb1e3e47ed774b08291321cd227b0fa79306969b39e93d54
-AUX express-1.5.1-gcc6.patch 722 BLAKE2B d4c5972d7f3714e33ca85258a32101cd8975527aaf52846b116b75d0cfba94af9173d338d3de0e9051e844f23d6cf2e578340e0986afa9e5ee1ccc29b0781db3 SHA512 bbc7d7980bc88e241a76ad2b8a661ac8232f2cbc1a8cbf526b43905f9cdc52b57aadf8fb6bb03181b51893ac4e9d384ababb6d34582f7e24e6ef2ecc8fbfd73f
-DIST express-1.5.1-src.tgz 931166 BLAKE2B 5eb185e4b001f26f0dd32885b256b9fa48c89f546d67d7f8472cade69dde25375a5fc8efed5f01b615d63b641b674f7034a13f9483eb7967a6fd784a55c8878e SHA512 59cf6511a879311247c65334285ea056d571d4fd950aa6243041fa10075ff0d1ddd2afbcfe12e5f7f3e7cdd22fe37fd7f6b43ed4a8eb28d7a33d72366dc549ee
-EBUILD express-1.5.1.ebuild 714 BLAKE2B 571120f4b6868388015a4982cb3fe55331af30011728c929f0ae6a0321eb37c66e90f84f159a35d82220f4052eb514781ac90ee7c13f19ff2ee2dff256843b99 SHA512 de1269136b5d7d671d44ddf0cdc80388c9d64ca5736f913008168c89f694a3c93b05de9d30f11011d3c6236fd48d192673302412a51f23f0147366170e13acf5
-MISC metadata.xml 268 BLAKE2B a4d67334cdad8626d60e46b677ee1c83f569e5e20b3739a7664bb33be1829f8478af35e135bf734a6ff151b8543ea6c4ecafbf822cee8189f7e7096bd9698711 SHA512 59d3d8213b1a219396b74b6f4188c01e1cb4eb1c63e6792ce1e7fdb8000d1a4625919337ff77288ca7f7e07d9753f481d2381a06f554012633cd678194c980de
diff --git a/sci-biology/express/express-1.5.1.ebuild b/sci-biology/express/express-1.5.1.ebuild
deleted file mode 100644
index 9511236b69f6..000000000000
--- a/sci-biology/express/express-1.5.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Streaming RNA-Seq Analysis"
-HOMEPAGE="https://pachterlab.github.io/eXpress/"
-SRC_URI="https://pachterlab.github.io/eXpress/downloads/${P}/${P}-src.tgz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-libs/boost:=
- dev-libs/protobuf
- dev-util/google-perftools
- sci-biology/bamtools
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}-src"
-
-PATCHES=(
- "${FILESDIR}"/${P}-buildsystem.patch
- "${FILESDIR}"/${P}-gcc6.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- -DBAMTOOLS_INCLUDE="${EPREFIX}/usr/include/bamtools"
- )
- cmake_src_configure
-}
diff --git a/sci-biology/express/files/express-1.5.1-buildsystem.patch b/sci-biology/express/files/express-1.5.1-buildsystem.patch
deleted file mode 100644
index fca5feadd111..000000000000
--- a/sci-biology/express/files/express-1.5.1-buildsystem.patch
+++ /dev/null
@@ -1,55 +0,0 @@
- CMakeLists.txt | 8 +++-----
- src/CMakeLists.txt | 4 ++--
- 2 files changed, 5 insertions(+), 7 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c768e28..65d5633 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -6,14 +6,12 @@ set(${PROJECT_NAME}_VERSION_MAJOR 1)
- set(${PROJECT_NAME}_VERSION_MINOR 5)
- set(${PROJECT_NAME}_VERSION_PATCH 1)
-
--set(CMAKE_CXX_FLAGS "-Wall")
--
- set(CMAKE_CXX_FLAGS_DEBUG "-g ${CMAKE_CXX_FLAGS}")
- set(CMAKE_CXX_FLAGS_RHDEBINFO "-O3 -g ${CMAKE_CXX_FLAGS}")
- set(CMAKE_CXX_FLAGS_MINSIZEREL "-Os ${CMAKE_CXX_FLAGS}")
-
- set(CMAKE_BUILD_TYPE Release)
--set(Boost_USE_STATIC_LIBS ON)
-+set(Boost_USE_STATIC_LIBS OFF)
-
- find_package(Boost 1.39
- COMPONENTS
-@@ -33,10 +31,10 @@ endif(GPERFTOOLS_TCMALLOC_LIB)
-
- find_package(Protobuf)
- if (PROTOBUF_FOUND)
-- include_directories(${Boost_INCLUDE_DIRS} ${PROTOBUF_INCLUDE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/bamtools/include")
-+ include_directories(${Boost_INCLUDE_DIRS} ${PROTOBUF_INCLUDE_DIR} ${BAMTOOLS_INCLUDE})
- set(PROTO_INT 1)
- else (PROTOBUF_FOUND)
-- include_directories(${Boost_INCLUDE_DIRS} "${CMAKE_CURRENT_SOURCE_DIR}/bamtools/include")
-+ include_directories(${Boost_INCLUDE_DIRS} ${BAMTOOLS_INCLUDE})
- set(PROTO_INT 0)
- endif(PROTOBUF_FOUND)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 1cc0c01..8929d1f 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -16,11 +16,11 @@ endif (GPERFTOOLS_TCMALLOC)
- if(WIN32)
- set(LIBRARIES ${LIBRARIES} "${CMAKE_CURRENT_SOURCE_DIR}/../bamtools/lib/libbamtools.lib" "${CMAKE_CURRENT_SOURCE_DIR}/../win_build/zlibd.lib")
- else(WIN32)
-- set(LIBRARIES ${LIBRARIES} "${CMAKE_CURRENT_SOURCE_DIR}/../bamtools/lib/libbamtools.a" "pthread")
-+ set(LIBRARIES ${LIBRARIES} "bamtools" "pthread")
- endif(WIN32)
-
- if (PROTOBUF_FOUND)
-- set(LIBRARIES ${LIBRARIES} "libprotobuf.a")
-+ set(LIBRARIES ${LIBRARIES} "protobuf")
- endif(PROTOBUF_FOUND)
-
- target_link_libraries(express ${LIBRARIES})
diff --git a/sci-biology/express/files/express-1.5.1-gcc6.patch b/sci-biology/express/files/express-1.5.1-gcc6.patch
deleted file mode 100644
index 8a608b97b056..000000000000
--- a/sci-biology/express/files/express-1.5.1-gcc6.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Bug: https://bugs.gentoo.org/610692
-
---- a/src/targets.cpp
-+++ b/src/targets.cpp
-@@ -113,12 +113,12 @@
-
- double ll = LOG_1;
- double tot_mass = mass(with_pseudo);
-- double tot_eff_len = cached_effective_length(lib.bias_table);
-+ double tot_eff_len = cached_effective_length(static_cast<bool>(lib.bias_table));
- if (neighbors) {
- foreach (const Target* neighbor, *neighbors) {
- tot_mass = log_add(tot_mass, neighbor->mass(with_pseudo));
- tot_eff_len = log_add(tot_eff_len,
-- neighbor->cached_effective_length(lib.bias_table));
-+ neighbor->cached_effective_length(static_cast<bool>(lib.bias_table)));
- }
- }
- ll += tot_mass - tot_eff_len;
diff --git a/sci-biology/express/metadata.xml b/sci-biology/express/metadata.xml
deleted file mode 100644
index ccdff086e20b..000000000000
--- a/sci-biology/express/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
-</pkgmetadata>