Michael Molnar
2018-06-27 16:21:37 UTC
I am trying to build a conda package that uses a c++ program from GitHub.
The conda build will download and install the program, but the files from
the installation are not included in the .tar.bz2 file.
Here is my meta.yaml:
package:
name: racer
version: "1.1"
source:
git_url: https://github.com/lucian-ilie/RACER.git
Here is my build.sh
#!/bin/bash
make
Any help would be greatly appreciated.
-Mike
The conda build will download and install the program, but the files from
the installation are not included in the .tar.bz2 file.
Here is my meta.yaml:
package:
name: racer
version: "1.1"
source:
git_url: https://github.com/lucian-ilie/RACER.git
Here is my build.sh
#!/bin/bash
make
Any help would be greatly appreciated.
-Mike
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/2ec076e3-796a-40bf-986a-d6d274a417f7%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/2ec076e3-796a-40bf-986a-d6d274a417f7%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.