Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
Currently, building of FrCopy.c
on Windows fails due to netinet/in.h
not being available. This include is required for the htonl
function and the uint32_t
/ uint16_t
typedefs. These are available on Windows in the winsock
(ws2_32
) package/ library. So I have included the winsock
headers to FrCopy.c
and the library linking to the CMakeLists.txt