Harald
Harald
SInce my 2 cents where requested, here they are: I have no idea about using cmake as packaging tool, since I do not know any serious project where such packages...
This package works with the 2 profile approach: https://conan.io/center/ios-cmake (maybe its time to update the documentation...? ) this works as `build_requires` as you have it, @tolstikh , but you only...
I have no problems so far with auto tool projects, but I think I only use openssl that uses autotools, and that does a lot of stuff in the recipe....
I think it is not a big problem to copy the package_id function from this package into the recipe of the ios-cmake toolchain, and adopt to the 2 profile way...
if you can name me a package that is suitable for testing, I can start look into it
> Will be nice implement array of arch, i agree. > > In my tool i have created all steps to generate universal framework in our business: > https://github.com/ezored/target-ios/blob/master/build/ezored_target.py#L191 >...
same problem here, just created https://github.com/direnv/direnv/issues/771
sure, ``` [a4z@mach2:~] (09:16:22) -> cd tmp/denv direnv: loading ~/tmp/denv/.envrc direnv: export +USERENV ~PATH [a4z@mach2:~/tmp/denv] (09:16:33) (direnv) -> echo "${chpwd_functions[@]}" _direnv_hook [a4z@mach2:~/tmp/denv] (09:16:37) (direnv) -> echo "${precmd_functions[@]}" _direnv_hook asdf_update_java_home iterm2_precmd...
thanks for the tips zimbatm ! I can do that tomorrow, today on a different machine, Linux, and here so far I do not have the problem (but have simpler...
@zimbatm , that `precmd_functions=(_direnv_hook)` seems already to work ``` [a4z@mach2:~/tmp/denv] (08:34:18) (direnv) -> ls manual_check.py direnv: unloading [a4z@mach2:~/tmp/denv] (08:34:20) (direnv) -> precmd_functions=(_direnv_hook) [a4z@mach2:~/tmp/denv] (08:34:30) (direnv) -> ls manual_check.py [a4z@mach2:~/tmp/denv] (08:34:31)...