Anthony Scemama

Results 19 issues of Anthony Scemama

Checklist - [X] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [X] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/main/recipes/example/meta.yaml#L57-L66) for an example). - [X] Source is...

Awaiting author contribution
c-cpp

Hello! I downloaded your latest release here: https://github.com/theochem/horton/releases/download/2.3.0/horton-2.3.0.tar.gz It seems that this file is a `.tar`, not a `.tar.gz`: ``` $ gunzip horton-2.3.0.tar.gz gzip: horton-2.3.0.tar.gz: not in gzip format $...

Hi, thanks for sharing opam-bundle, it is very helpful! I have a stupid question: suppose I have opam-bundled my software, and all the dependencies come from the default opam repository....

Make a release for PKGBUILD url :package:

Hello, the prototype of the C function `MPI_Bcast` is: `int MPI_Bcast( void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm )` and in the ocamlmpi source code there is,...

Hi! I installed chemtools with pip: chemtools 0.9.2 I have a GAMESS-US file which looks like this: ``` $DATA CARBON S 9 1 0.051344 0.013991 2 0.102619 0.169852 3 0.205100...

Now, the rust interface finds the trexio.h file on the system and extracts the JSON from it. It avoids downloading and compiling a trexio special for rust.

QP is has a complicated build process that takes advantage of the `ninja` tool. I would like to change all the building process of the program such that we use...