1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

172 commits

Author SHA1 Message Date
eb1c7536c6 deps: build shared library for spdlog 2020-07-01 17:58:16 +02:00
d0da8c5dd6 bump fmtlib version 2020-07-01 17:20:31 +02:00
21e1b05161 use Fedora versions of spdlog and fmtlib 2020-07-01 17:20:31 +02:00
bb32707979 bump spdlog version 2020-07-01 17:20:30 +02:00
f05fa39773 update VILLAScommon submodule 2020-07-01 17:20:30 +02:00
787746dd91 ci: add new minimal build 2020-07-01 17:20:30 +02:00
0ed67d6b2d fpga: add libxil to deps.sh 2020-07-01 17:07:15 +02:00
26500efb5b graph: add first version of graph output 2020-06-08 02:19:00 +02:00
fa96d2a016 more CI fixes 2020-06-08 01:49:46 +02:00
7cb45fa9fd docker: add difftools to debian based images 2020-06-08 01:31:56 +02:00
67ce91cf89 docker: fix entrypoint for CentOS image 2020-06-08 01:31:56 +02:00
c336c275e1 fix CMAKE_OPTS for non-redhat distros 2020-06-08 01:31:56 +02:00
13ba94a25f docker: reorder packages 2020-06-08 01:31:56 +02:00
fabf232e7c docker: skip libuldaq on Debian multiarch builds 2020-06-08 01:31:56 +02:00
a111e4869c fix CI 2020-06-08 01:31:56 +02:00
41a7e07248 docker: remove libusb from debian multiarch 2020-06-08 01:31:56 +02:00
cd9351c042 fix installation of nanomsg 2020-06-08 01:31:56 +02:00
a7d9a7accb docker: add missing packages 2020-06-08 01:31:56 +02:00
fb200ed47d docker: CentOS does not ship with a nanomsg package 2020-06-08 01:31:56 +02:00
81e93541b0 build libwebsockets with extensions 2020-06-08 01:31:56 +02:00
df038bcd72 add nanomsg to deps.sh 2020-06-08 01:31:55 +02:00
c89b535a52 only install dependencies which are not already present 2020-06-08 01:31:55 +02:00
6715192900 fix Dockerfiles for new deps script 2020-06-08 01:31:55 +02:00
a5248c980c fix invalid CMake option for spdlog 2020-06-08 01:31:55 +02:00
ab5c2aede5 install libwebsockets in deps.sh 2020-06-08 01:31:55 +02:00
6ca8213f76 update other Dockerfile to use new deps script 2020-06-08 01:31:55 +02:00
b796ec3a02 docker: update Fedora Dockerfile 2020-06-08 01:31:55 +02:00
0616a03815 deps: started to extend script for building RPMs of non-packaged dependencies 2020-06-08 01:31:55 +02:00
6204e6d2fd add script to install all non-packaged depenedncies 2020-06-08 01:31:55 +02:00
9ada99d48b python: run linting in CI 2020-06-07 23:28:43 +02:00
913a06bbe6 move build-system for LiveCD isos into from separate repo into packaging/ 2020-02-17 12:23:15 +01:00
dd43559c7d ci: do not package EtherCAT node for now, as we are missing a RPM package for Etherlab 2020-02-02 13:28:20 +01:00
Divya Laxetti
cd4d0883e9 ethercat: build EtherLab for correct arch in cross-builds 2020-02-02 13:25:54 +01:00
82e50d2b41 update old GitLab repo locations 2020-02-02 13:10:41 +01:00
170c284b24 fix Criterion tests 2020-01-26 18:22:31 +01:00
755a1abab2 fixes for CI 2020-01-25 18:03:14 +01:00
b5f359389d add Etherlab to CI builds 2020-01-25 17:36:29 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
7f97b5f138 docker: do nit install libwebsockets test apps 2019-10-26 16:39:54 +02:00
b54028fba7 docker: enable builds for Centos 2019-10-26 16:23:43 +02:00
118b47c34a docker: use RWTH GitLab registry for images 2019-10-26 14:54:11 +02:00
5cb693bb31 docker: fix caching issue 2019-10-17 21:39:28 +02:00
1422cde661 cmake: include raspbian Dockerfiles into CMakeLists.txt 2019-10-17 21:33:31 +02:00
ee70a74920 docker: build spdlog and fmtlib from scratch for raspbian build 2019-10-17 21:33:31 +02:00
Sonja Happ
f8fe445623 fixes for multiarch:
- install cmake 3.15.3. binaries from github (older version in buster has a bug!)
- use CMAKE_OPTS flag for compiling fmt and spdlog
- use the cmake TOOLCHAIN file and INSTALL_LIBDIR fitting to the architecture in build stage
2019-09-17 12:32:54 +02:00
Sonja Happ
37914a0af1 set LD_LIBRARY_PATH in debian multiarch 2019-09-17 10:23:06 +02:00
Sonja Happ
3cfc2736aa reduce version of FMT lib to 5.2.0 instead of 6.0.0 for compatibility with spdlog library 2019-09-16 16:08:01 +02:00
Sonja Happ
51e2f584df reduce version of FMT lib to 5.2.0 instead of 6.0.0 for compatibility with spdlog library 2019-09-16 16:06:47 +02:00
Sonja Happ
ef4c252c2e compile FMT as shared library, use external FMT lib in SPDLOG 2019-09-16 16:03:45 +02:00
Sonja Happ
1127278e90 remove custom install path for libfmt and libspdlog to enable cmake finding cmake configs 2019-09-16 10:42:21 +02:00