Science Applications under El Capitan (Update 10)
Whilst there are many sites that track the compatibility on common desktop applications, it is often difficult to find out information about scientific applications. Given that this seems to be an incremental upgrade I'm hoping most things will be unaffected. I’ll update the list regularly and feel free to send in information.
So far the only issues I've hit are those that involve Java, reading around it looks like this is widespread issue.
When I compiled a similar list for Yosemite it proved very popular with 13,000 page views, and I hope this page is similarly useful.
Aabel 3 seems to be working fine
Avogadro all OK
BBEdit all OK
ChemBioDraw I was in touch with their support and was told "No support for ChemBioDraw on El Capitan", however a couple of readers have said that it appears to work. No information yet on round trip editing. Looking the CambridgeSoft forum (http://forums.cambridgesoft.com/messageview.aspx?catid=12&threadid=3165&enterthread=y) it is clear that there are major problems with ChemDraw 15 and El Capitan, as ever it seems that a new release of Mac OSX comes as a complete surprise to ChemDraw developers, "Currently our products are not supported with El Capitan. We plan to support El Capitan for the future release/update".
ChemDoodle I had to reinstall latest version of Java
No issues reported for Cresset tools Torch, Spark, Forge
DataWarrior requires Java installation
Findings 1.2.4 is compatible with El Capitan
iPython Notebook all working fine
KNIME all working OK
MarvinSketch I had to reinstall Java for Mac OSX this is the last version of Java Apple created to support legacy applications, however trying to use the command line tool "evaluate" I got this error
line 128: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java: No such file or directory
I updated ChemAxon Beans to version 15.9.28.0 and this seems to fix the problem.
MOE all working fine, XQuartz did not need reinstalling. There have not been any reports of issues with the license server which has been an issue in the past.
Mnova no reported issues
Papers 3 is compatible with El Capitan
Plane of best fit I got several errors after upgrading, brew update and recompile solved everything.
PYMOL seems fine after initial testing
R all seems fine
Safari Extensions still seem to be working.
SeeSAR no issues so far
Stardrop not aware of any issues
Spartan 14 seems fine.
UCSF Chimera is also working on El Capitan.
Vortex no problems so far
Wizard Pro all seems fine
Updating Homebrew packages
Part of the OS X 10.11/El Capitan changes is something called System Integrity Protection or "SIP". SIP prevents you from writing to many system directories such as /usr, /System & /bin, regardless of whether or not you are root. However /usr/local is open for developers to use, so Homebrew can still be used as expected. To fix your Homebrew installation if you see permission issues type
sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local
There is a more detailed explanation here
You will also need to install the latest version of the command line tools
Then you can type
brew update
brew upgrade
I did the usual simple tests on the following packages and all worked fine after brew upgrade.
OpenBabel RDkit CDK Opsin Osra Inch Chemspot
XQuartz
Whilst users upgrading a machine that already has XQuartz have not see any issues there seems to be some issues with installing XQuartz onto new machines. It seems the symlink from /usr/X11R6 to /opt/X11 is not present and a reference to /usr/X11R6/lib/libX11.6.dylib fails, a post-install script for XQuartz should have setup the symlink.
The suggested solution if for users to type
/usr/libexec/x11-select /opt/X11
This installs both the /usr/X11 and the /usrX11R6 symlinks
More info on the X11-users mail list at Apple https://lists.apple.com/mailman/listinfo/x11-users
Update. This has been fixed in a third release candidate of XQuartz 2.7.8 so hopefully an update is imminent.
An updated version of XQuartz has now been released full details are available here and the installer is available here http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.8.dmg.
This also seems to fix X forwarding and window positioning issues some people experienced.
Updated 19 October 2015