Skip to content

Commit

Permalink
fix: remove hidden visibility, add Prof. W.Rhode to zenodo, adjust co… (
Browse files Browse the repository at this point in the history
#139)

* fix: remove hidden visibility, add Prof. W.Rhode to zenodo, adjust conan package name
  • Loading branch information
MaxSac authored Apr 9, 2021
1 parent e14e590 commit 188d2a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"affiliation": "University of Maryland",
"name": "Alex Olivas"
},
{
"affiliation": "TU Dortmund",
"name": "Wolfgang Rhode"
},
{
"affiliation": "TU Dortmund",
"name": "Maximilian Sackel"
Expand All @@ -66,4 +70,4 @@
}
],
"access_right": "open"
}
}
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9)

set(PROPOSAL_VERSION_MAJOR 7)
set(PROPOSAL_VERSION_MINOR 0)
set(PROPOSAL_VERSION_PATCH 0)
set(PROPOSAL_VERSION_PATCH 1)
set(PROPOSAL_VERSION ${PROPOSAL_VERSION_MAJOR}.${PROPOSAL_VERSION_MINOR}.${PROPOSAL_VERSION_PATCH})

project(PROPOSAL
Expand All @@ -29,9 +29,7 @@ endif()


set(CMAKE_CXX_STANDARD 14)

set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_VISIBILITY_INLINES_HIDDEN YES)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

option(BUILD_PYTHON "build python interface" OFF)
option(BUILD_EXAMPLE "build example" OFF)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class PROPOSALConan(ConanFile):
name = "PROPOSAL"
name = "proposal"
homepage = "https://github.com/tudo-astroparticlephysics/PROPOSAL"
license = "GNU Lesser General Public License v3.0"
description = "the very best lepton and photon propagator"
Expand Down

0 comments on commit 188d2a9

Please sign in to comment.