stanford-ppl / spatial-lang

Spatial: "Specify Parameterized Accelerators Through Inordinately Abstract Language"
MIT License
99 stars 12 forks source link

Build dependencies not listed #267

Closed rachitnigam closed 5 years ago

rachitnigam commented 5 years ago

I was trying out Spatial for the first by following the "Getting Started" tutorial. After setting up the spatial-quickstart repo and running make install. I tried running the demo program with ./bin/spatial HelloSpatial --sim, but got an error effectively stating that I was missing libisl. On ubuntu, running sudo apt install libisl-dev fixed the problem.

Having a list of external dependencies would be very helpful to avoid missing library issues.

dkoeplin commented 5 years ago

I think you meant to leave this issue on github.com/stanford-ppl/spatial, not here. libisl isn't a dependency for this old version of spatial

rachitnigam commented 5 years ago

Whoops! My bad.

rachitnigam commented 5 years ago

This repo is the first result for "spatial lang issues". Maybe explicitly archiving the repo using the github feature would convince Google to link to the correct repo. Anyways, thanks!