-
Hello, could you please tell me how can I use your library from behind a proxy? I think this issue may be related to Github,because this works
cget install http://zlib.net/zlib-1.2.11.tar.gz
,howeve…
ghost updated
6 years ago
-
So I am trying to build savvy via SAIGE, like this:
When trying to install SAIGE either with
export CFLAGS="-fPIC"; export CXXFLAGS="-fPIC"; cget install -f requirements.txt
I get:
Scannin…
-
Hi,
The docker file raises an error during installation.
=> ERROR [ 3/52] RUN pip install cget …
-
Let's say I have a library project `lib` and another called `dep`, such that `lib` depends on `dep`. Both libraries are very dynamic - they are changing all the time, and I want to make a quick change…
-
Hello I'm trying to run the generate.py example but I get the following error ("decapoda-research/llama-7b-hf" was previously downloaded) :
```
===================================BUG REPORT=======…
-
Is there anything that can be edited, or set to allow cget to function with proxy defined?
Context: python-3.8.1, attempts to install SAIGE (https://github.com/weizhouUMICH/SAIGE) fail because cget…
-
After executing `cget install -f ./requirements.txt`, it prints a long list of items, followed by this error message:
```
Command failed: ['/usr/local/bin/cmake', '--build', '/Users/biona001/Benjami…
-
I'm using [`ac2cmake`](https://github.com/pfultz2/dotfiles/blob/master/bin/ac2cmake) as suggested by @pfultz2 in [this PR](https://github.com/massich/matio-cmake/pull/3) and I get [this error](https:/…
-
Newer versions of CMake support a "--parallel" command-line option. I'd like to try using it from cget, but there doesn't appear to be a way for cget to send arbitrary strings to the CMake command-lin…
-
while cget seems to rely heavily on cmake, i cannot seem to find how to ingegrate it into a cmake project. ideally we would like cget to be called to build (ideally optionally fetch prebuilt) dependen…