Skip to content

Commit

Permalink
change dockerhub repos to riasc
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jun 26, 2024
1 parent 995cb80 commit 49b6cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
context: "{{defaultContext}}"
platforms: linux/amd64, linux/arm64
push: true
tags: cobirna/rnanue:${{ steps.extract_version.outputs.VERSION }}, cobirna/rnanue:latest
tags: riasc/rnanue:${{ steps.extract_version.outputs.VERSION }}, riasc/rnanue:latest

4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.22.1)
project(RNAnue VERSION 0.2.3)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_FLAGS -fopenmp)

include(CMakePrintHelpers)

Expand All @@ -11,8 +10,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/include/Config.hpp.in ${CMAKE_CURRENT

###### SeqAn #####
list (APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/seqan3/build_system")
find_package (seqan3 3.0 REQUIRED)
find_package(OpenMP)
find_package (seqan3 3.3 REQUIRED)

###### Boost ######
set(Boost_DEBUG ON)
Expand Down

0 comments on commit 49b6cea

Please sign in to comment.