acts icon indicating copy to clipboard operation
acts copied to clipboard

feat: Add CMake presets

Open andiwand opened this issue 1 year ago • 2 comments

Adds CMake presets (https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) to collect common configuration and build settings.

andiwand avatar Apr 22 '24 08:04 andiwand

I also started looking into this. I think for the main file that we ship, we should probably stick roughly to our CI configurations. IIUC cmake uses an additional file CMakeUserPresets.json that gets merged with the CMakePresets.json file.

paulgessinger avatar Jun 21 '24 06:06 paulgessinger

@paulgessinger this is converging now - do you want to have another look?

andiwand avatar Aug 01 '24 09:08 andiwand

:red_circle: Athena integration test results [597f09ae47b84db1d323778353be733c14ea8727]

:red_circle: Some tests have failed!

Please investigate the pipeline!

status job report
:green_circle: report_pull_request
:green_circle: run_art_test: test_data18_13TeV_1000evt
:green_circle: run_art_test: test_ttbarPU40_reco
:green_circle: test_ActsDumpGeometryIdentifiers
:red_circle: test_ActsCheckObjectCountsCachedWorkflow
:red_circle: test_ActsCheckObjectCountsWorkflow
:green_circle: test_ActsEFTrackFit
:green_circle: test_ActsPersistifySeeds
:green_circle: test_ActsBenchmarkWithSpot
:green_circle: test_ActsAnalogueClustering
:green_circle: test_ActsWorkflowHeavyIons
:green_circle: test_ActsWorkflowFastTracking
:green_circle: test_ActsWorkflowCached
:green_circle: test_ActsWorkflow
:green_circle: test_ActsValidateAmbiguityResolution
:green_circle: test_ActsValidateResolvedTracks
:green_circle: test_ActsValidateTracks
:green_circle: test_ActsValidateActsCoreSpacePoints
:green_circle: test_ActsValidateActsSpacePoints
:green_circle: test_ActsValidateSeeds
:green_circle: test_ActsValidateOrthogonalSeeds
:green_circle: test_ActsValidateClusters
:green_circle: test_ActsPersistifyEDM
:green_circle: test_ActsGSFRefitting
:green_circle: test_ActsKfRefitting
:green_circle: test_ActsExtrapolationAlgTest
:green_circle: test_ActsITkTest
:green_circle: run_workflow_tests_run4_mc
:green_circle: run_workflow_tests_run2_mc
:green_circle: run_workflow_tests_run2_data
:green_circle: run_workflow_tests_run3_mc
:red_circle: run_workflow_tests_run3_data
:green_circle: run_unit_tests

acts-project-service avatar Aug 01 '24 22:08 acts-project-service