Lars Bilke

Results 38 comments of Lars Bilke

In `add_custom_target` you can run several `COMMAND`s and if one of those return non-zero it simply stops execution of the remaining steps. There is no way around this. Another option...

These are the commands which worked for me: ```bash jupyter labextension install @jupyter-widgets/jupyterlab-manager ipygany --no-build jupyter lab build --minimize=False ```

I also would like to have (non-python) executables from my CMake project installed into the `$PREFIX/bin`-path. If I create a virtual environment and then `pip install .` my project to...

@henryiii Yes I did it like `cmake-python-distributions`. Thanks for the hints.

@luzpaz Sorry for the late reply. No we just copied the source we obtained from [the official site](http://wias-berlin.de/software/index.jsp?id=TetGen&lang=1) to this repo. We did this because it seems that there is...

I think git is missing: ``` module load git/2.23.0 module load git-lfs/2.7.1 ```

Thanks for your reply! I also tried adding `sshd` to full disk access and "Accessibility" and also enabled "Remote Application Scripting" in Sharing but it still does not work. I...

I have setup BinderHub with ACR and in principal it works until the built image is downloaded where it fails with: ``` Failed to pull image "myacr.azurecr.io/...": failed to pull...