Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove UPS configuration. Adopt Spack-style package name #115

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)

find_package(cetmodules 3.16.00 REQUIRED)

project(otsdaq_utilities VERSION 2.10.00)
project(otsdaq-utilities VERSION 2.10.00)

include(CetCMakeEnv)
cet_cmake_env()
Expand Down
136 changes: 0 additions & 136 deletions CMakePresets.json

This file was deleted.

2 changes: 1 addition & 1 deletion WebGUI/js/complexLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/*________________________________________________________________________________/
/ The execution path of this asynchronous program starts at the end of this file
/*_______________________________________________________________________________*/
/ _______________________________________________________________________________*/

Ext.require(['*']);
Ext.QuickTips.init();
Expand Down
4 changes: 2 additions & 2 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include(artdaq_doxygen)

create_doxygen_documentation()
create_doxygen_documentation(DEPENDS otsdaq EXCLUDE WebGUI/)
#create_doxygen_documentation(EXCLUDE WebGUI/)
#create_doxygen_documentation(INCLUDE WebGUI/html/*.html)
#create_doxygen_documentation(INCLUDE WebGUI/html/*.html)
2 changes: 1 addition & 1 deletion otsdaq-utilities/ECLWriter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cet_make_library( LIBRARY_NAME ECLWriter SOURCE ECLSupervisor.cc
LIBRARIES PUBLIC
otsdaq::CoreSupervisors
PRIVATE
otsdaq_utilities::ECLWriterCore
otsdaq-utilities::ECLWriterCore
)

cet_make_exec(NAME ECLTest LIBRARIES PRIVATE otsdaq_utilities::ECLWriterCore TRACE::TRACE Boost::program_options)
Expand Down
76 changes: 0 additions & 76 deletions ups/product_deps

This file was deleted.

Loading