Martin Siggel

Results 91 comments of Martin Siggel

Good idea. We need to think about some issue though - What about versioning? How do we distinguish stable releases from nightly builds? - Currently, the conda package repo is...

I created a new branch https://github.com/DLR-SC/tigl/tree/831_cpacs_creator_rebase I contains the rebased code. It needs to be heavily tested and reviewed now though. I already saw some shady stuff that have to...

I can't reproduce it. It is slow on my laptop, but about ~ 1 minute. It could help to reduce the number of sample points per profile. You have now...

@MaloDrougard Does this also happen in TiGL 2 or is this a new bug in TiGL 3?

@MaloDrougard We decided a while ago, that we only want to support 2d profiles. Therefore, we ignore the y - coordinate. If you want to shift the profiles, just use...

@MaloDrougard Good idea! A warning totally makes sense.

Vcpkg also sounds very interseting. I thought, it would be Windows only - but this is not anymore the case. I think the great benefit of conan is - compared...

Here's a nice list of pros and cons of the different package managers: https://www.reddit.com/r/cpp/comments/8t0ufu/what_is_a_good_package_manager_for_c/e141ggo/ I also like to add: - spack (https://spack.io/) - conda (https://conda.io/docs/index.html) With conda we already have...

I don't really want to support package managers that I don't use, since this is a big maintenance overhead. I experienced this with the support for several bindings. I cannot...

@ras0219-msft Thanks for the information. I understand that you guys are trying to boost the vcpkg ecosystem and I think it has a very good potential. For now, vcpkg has...