Play with "Argo Workflow" in your local kind
cluster.
The following instructions were tested in macOS Catalina (10.15.6), on 6 Sep 2020.
Ensure docker
is installed and running.
diff --git a/CMakeLists.txt b/CMakeLists.txt | |
index 49ebc51..824145a 100644 | |
--- a/CMakeLists.txt | |
+++ b/CMakeLists.txt | |
@@ -91,6 +91,11 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) | |
set(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON) | |
set(CMAKE_POSITION_INDEPENDENT_CODE ON) | |
+# Ensure that RPATH is used when installing, but only for the libraries outside the build tree | |
+set(CMAKE_SKIP_BUILD_RPATH FALSE) |
#!/usr/bin/python | |
## rigidtransformation.py | |
# | |
# This file contains both, the functions to compute the rigid transformation | |
# between two sets of points and an illustrative example on how does all it works. | |
# This rigid transformation calculations are only concerned to the rotation and | |
# translation transformations, they do not consider the scaling transformations. | |
# | |
# This implementation is based on [1] and it works like the following: |
# This is a simple CMakeLists to test out globbing patterns | |
# | |
# . | |
# ├── CMakeLists.txt | |
# ├── file1.h | |
# ├── file2.h | |
# ├── file3.txx | |
# └── file4.txx | |
cmake_minimum_required(VERSION 3.20) |
<geaaru> __aure__: | |
https://github.com/Sabayon/community-repositories/#structure-of-a-repository | |
[12:43] | |
<geaaru> for building we now use mottainaici | |
(https://mottainaici.github.io/docs/) and our tasks are available | |
there: https://github.com/Sabayon/sbi-tasks [12:44] | |
<geaaru> but there isn't a clean documentation for final users | |
<__aure__> I see. I will have a look :) [12:45] | |
<geaaru> we could avoid use of mottainaici with simple run of the | |
sabayon/builder and execute sark-localbuild script |