<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Adding Packages to Project]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=295&amp;type=atom" />
	<updated>2014-01-04T15:34:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=295</id>
		<entry>
			<title type="html"><![CDATA[Re: Adding Packages to Project]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1205#p1205" />
			<content type="html"><![CDATA[<p>As an additional note, Simply Fortran 2.9 will allow users to select installed packages and apply their compiler and linker flags within the Project Options dialog.&nbsp; It seems to be working well at this point.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-01-04T15:34:29Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1205#p1205</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Adding Packages to Project]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1200#p1200" />
			<content type="html"><![CDATA[<p>Thanks</p><p>I will try your suggestion</p>]]></content>
			<author>
				<name><![CDATA[dave.swabey]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3507</uri>
			</author>
			<updated>2013-12-31T22:13:43Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1200#p1200</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Adding Packages to Project]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1196#p1196" />
			<content type="html"><![CDATA[<p>This aspect of the Package Manager is not ideal, but there isn&#039;t an automated way to &quot;add&quot; packages to your project.&nbsp; It&#039;s not hard to do, though.&nbsp; All the packages lie on the compiler&#039;s search path by default.&nbsp; So if you&#039;ve already created your F03GL project, you can open Project Options (via the Options menu) and see see the appropriate libraries added to the Linker Flags section.</p><p>Now if you want to add, for example, LAPACK95 to your project that is already using F03GL, you&#039;ll simply need to add the appropriate libraries to this box.&nbsp; For this example, you would add the following:</p><div class="codebox"><pre><code>-llapack95 -llapack -lblas</code></pre></div><p>The real difficulty is knowing what libraries you&#039;ll need to add.&nbsp; Normally, you would create an empty LAPACK95 project, and these flags would already be present.&nbsp; However, it&#039;s difficult to add these library flags manually without creating a LAPACK95 project, copying the necessary flags, opening your F03GL project, and pasting the copied flags into Linker Flags.&nbsp; The issue can be further complicated if some additional support code exists in the example/empty project that you&#039;d like to incorporate with your F03GL project.</p><p>If you need assistance with a particular package and integrating it with your F03GL project, please don&#039;t hesitate to ask.&nbsp; I&#039;ll be happy to assist if there is some confusion with flags.</p><p>I know other users have requested the ability to select packages and combine them into one project in an automated fashion.&nbsp; It is a great idea, and I just need to implement it.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-30T14:13:52Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1196#p1196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Adding Packages to Project]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1195#p1195" />
			<content type="html"><![CDATA[<p>I am a new user and I used the package manager to add various packages. I then created a f30gl freeglut project.<br />How do I add the other packages to this project.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[dave.swabey]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3507</uri>
			</author>
			<updated>2013-12-29T15:00:33Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1195#p1195</id>
		</entry>
</feed>
