dbirch997 / cantera

Automatically exported from code.google.com/p/cantera
1 stars 0 forks source link

make uninstall broken on source tarball from downloads #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./preconfig; make; sudo make install
2. sudo make uninstall

What is the expected output? What do you see instead?

I was expecting cantera to remove the files it created in /usr/local where it 
was installed.  Instead the makefile rm -rf /usr/lib

What version of the product are you using? On what operating system?

I downloaded the source tarball cantera-1.8.0-beta.tar.gz from the downloads 
section.  Operating system was Crunchbang linux amd64

Please provide any additional information below.

I will open a separate ticket for this issue if needed but the cmake files also 
fail on my system hence the need to preconfig make and install

Original issue reported on code.google.com by rickeyvi...@gmail.com on 22 Nov 2011 at 4:55

GoogleCodeExporter commented 9 years ago
This should be implicitly resolved by the transition to the SCons-based build 
system.

Original comment by yarmond on 9 Apr 2012 at 11:56