I am developing a python app on Heroku server (Heroku-16 stack) using Django framework. I would like to use gfortran on the server. However, this stack version of Heroku does not include a C compiler as stated in https://devcenter.heroku.com/articles/stack-packages
Can I install a buildpack to overcome this problem or do I have to downgrade to cedar-14 version which includes GCC?