ukaea / UDA

Universal Data Access library to provide data over the network in a unified data object.
https://ukaea.github.io/UDA/
Apache License 2.0
11 stars 4 forks source link

Release/2.7.1 #7

Closed jholloc closed 1 year ago

jholloc commented 1 year ago

Release 2.7.1

This is a patch release of 2.7.0 including fixes to build on Freia (UKAEA) and fixes to Cap'n Serialisation from issues found during development of IMAS remote data access.

We are also now including the C++ guideline support library (GSL) to avoid needing to rely on Boost::span which is only available in newer versions.

DorisBDR commented 1 year ago

question why do we ship the configuration files like imas and mast (under /etc/machine.d)...these are specific files for a particular site? is it the plan to collect there all the sites configuration?

jholloc commented 1 year ago

question why do we ship the configuration files like imas and mast (under /etc/machine.d)...these are specific files for a particular site? is it the plan to collect there all the sites configuration?

It's mostly for convenience. These are the configuration files for running the server on those machines.

I agree this is probably the wrong place for them and we should look to move them elsewhere, especially now UDA is a public repo.

jholloc commented 1 year ago

Merging this for 2.7.1 release. We will look at the ITER CODAC changes for 2.7.2 release.