<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.10%2FDevelopers%2FFortran</id>
	<title>Documentation/4.10/Developers/Fortran - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.10%2FDevelopers%2FFortran"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.10/Developers/Fortran&amp;action=history"/>
	<updated>2026-04-26T15:26:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.10/Developers/Fortran&amp;diff=59739&amp;oldid=prev</id>
		<title>UpdateBot: Nightly -&gt; 4.10</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.10/Developers/Fortran&amp;diff=59739&amp;oldid=prev"/>
		<updated>2018-10-19T00:43:22Z</updated>

		<summary type="html">&lt;p&gt;Nightly -&amp;gt; 4.10&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Linux ===&lt;br /&gt;
Install a fortran compiler with the package manager, like ''gfortran''.&lt;br /&gt;
&lt;br /&gt;
=== macOS ===&lt;br /&gt;
&lt;br /&gt;
- Install Miniconda - See https://conda.io/miniconda.html&lt;br /&gt;
  ./Miniconda3-latest-MacOSX-x86_64.sh -p /Volumes/Dashboards/Support/miniconda3/&lt;br /&gt;
  Do you wish the installer to prepend the Miniconda3 install location&lt;br /&gt;
  Answered NO&lt;br /&gt;
- To activate of base env.&lt;br /&gt;
  source /Volumes/Dashboards/Support/miniconda3/bin/activate&lt;br /&gt;
&lt;br /&gt;
- Add conda-forge&lt;br /&gt;
  conda config --add channels conda-forge&lt;br /&gt;
&lt;br /&gt;
-Then create gfortran-env and install gfortran&lt;br /&gt;
  conda create -n gfortran-env&lt;br /&gt;
  conda activate gfortran-env&lt;br /&gt;
  conda install gfortran_osx-64&lt;br /&gt;
&lt;br /&gt;
Before packaging, we have to fix the installed gfortran libraries with the following script: [https://gist.github.com/phcerdan/146de9398052335d8a76c5b0070715a6 fix_gfortran_lib_rpath.sh].&lt;br /&gt;
&lt;br /&gt;
The script substitutes ''@rpath'' with the needed full paths. Requires ''atool'' and ''install_name_tool''.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
Install Flang, a fortran compiler targeting llvm: [https://scikit-ci-addons.readthedocs.io/en/latest/addons.html#install-flang-ps1 scikit-ci-addons]&lt;/div&gt;</summary>
		<author><name>UpdateBot</name></author>
		
	</entry>
</feed>