heroku-buildpack-apt
heroku-buildpack-apt copied to clipboard
Installing Cmake error
My buildpack settings look like this -
Buildpack added. Next release on myapp will use:
1. https://github.com/heroku/heroku-buildpack-apt
2. heroku/ruby
And my AptFile looks like this -
cmake
http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz
Running git push heroku master I am seeing below error.
How can i fix this -
Total 2255 (delta 1419), reused 2249 (delta 1417)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Failed to detect set buildpack https://github.com/heroku/heroku-buildpack-apt
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: Verifying deploy...
I received the same issue
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 740 bytes | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Failed to detect app matching no buildpack
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: Verifying deploy...
@zoiec Your issue isn't cmake error. The build system is not able to automatically detect the type of app you're deploying. Check this forum once. It may help you solve the issue.