-
had to swap `macos` to `osx` in the libs of these addons to get through `buildAllExamples.sh`.
with the macos transition not sure what is correct/incorrect in this case (other that it should compi…
-
**Describe the bug**
Tried installing on a Windows 10 Device. Wasn't able to get it to work, but I'm pretty sure I followed the installation instructions to a T!
After making the file, I get this me…
-
I am experiencing difficulties running the example applications located in the example/claster and example/python directories. Despite following the provided instructions, I am unable to successfully …
-
Since Makefile is always 90% the same as the others my proposal is to use a general Makefile.
It should be something like:
```
INTERNAL_PORT := 80
CONT_NAME := ${IMG_NAME}
build:
docker b…
-
Hello!
Sorry for disturbing you. Could you provide some instructions on how to install the project? When I try to run the Makefile there is an issue of "Nothing to be done". Should I compile the pr…
-
The `Makefile` in this repo could use a bit of love:
- `PHONY` and prereqs are not used consistently; for example, if you `touch prod`, the `prod` target will no longer run.
- There are probably som…
-
Hello, thank you for adding the `--registry-address` handling flag. I just wanted to point out two issues I noticed when attempting to use this flag:
1. In [`bin/codacy-analysis-cli.sh#L46`](https:…
-
- lint
- test
- db-migrate
- サーバー起動
- コード生成(protobuf, xo)
-
Description:
This milestone will make substantial improvements to the Loci build system, pulling in some of the remaining Makefile changes implemented within the CFD Research branch. This milestone w…
-
The makefiles for building Macaulay2 should be improved so that:
- dependencies are computed correctly, especially between files in different
subdirectories
- make can benefit from runni…