blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
405 stars 84 forks source link

no configure find in the package #92

Closed ztdepztdep closed 5 years ago

ztdepztdep commented 5 years ago

Dear sir: I git clone the blitz in my leap15.1. But in the directory, i cannot find "configure". How to resolve it.

citibeth commented 5 years ago

Configure scripts are not stored in Git repos. If you're going to use the Git repo, you need to use Autotools to generate the configure script yourself.

https://www.google.com/search?q=no+configure+script+in+clone&oq=no+configure+script+in+clone&aqs=chrome..69i57.3893j0j7&sourceid=chrome&ie=UTF-8

The Spack auto-builder will do this for you:

https://spack.readthedocs.io/en/latest/package_list.html#blitz http://spack.io

-- Elizabeth

On Sat, Jan 19, 2019 at 11:21 PM ztdepztdep notifications@github.com wrote:

Dear sir: I git clone the blitz in my leap15.1. But in the directory, i cannot find "configure". How to resolve it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blitzpp/blitz/issues/92, or mute the thread https://github.com/notifications/unsubscribe-auth/AB1cdxeg1zPE8ekL9iWmdwGQjkv6I2nJks5vE-6lgaJpZM4aJdmi .

citibeth commented 5 years ago

See here for instructions on regenerating configure file (Search for "Regenerate configure"):

https://devguide.python.org/setup/#build-dependencies