<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p>Dear Giovanni,</p>
<p><br>
</p>
<p>Thanks your email!</p>
<p><br>
</p>
<p>I just tried locally and it also does not work on my machine (macOS 15.1.1). I don't understand why, but the generation of the options file is failing and thus doesn't generate the build script. I could solve it by replacing the
<a href="https://parcomp-git.iwr.uni-heidelberg.de/peter/dune-installer/-/blob/0b89ad493d9cbc38dee72bfce3ba66bb4f8650a8/pdelab-2.7.1/installer.sh#L197" class="OWAAutoLink">
generate_optsfile()</a> function in the installer script with the following:</p>
<p><br>
</p>
<div style="line-height:18px">
<div><span style="font-family:Consolas,Courier,monospace">generate_optsfile</span><span style="font-family:Consolas,Courier,monospace"> ()</span></div>
<div><span style="font-family:Consolas,Courier,monospace">{</span></div>
<div><span style="font-family:Consolas,Courier,monospace">echo</span><span style="font-family:Consolas,Courier,monospace">
</span><span style="font-family:Consolas,Courier,monospace">"CMAKE_FLAGS=</span><span style="font-family:Consolas,Courier,monospace">\"</span></div>
<div><span style="font-family:Consolas,Courier,monospace">-DCMAKE_C_COMPILER='$(</span><span style="font-family:Consolas,Courier,monospace">which</span><span style="font-family:Consolas,Courier,monospace">
</span><span style="font-family:Consolas,Courier,monospace">$CC</span><span style="font-family:Consolas,Courier,monospace">)'</span></div>
<div><span style="font-family:Consolas,Courier,monospace">-DCMAKE_CXX_COMPILER='$(</span><span style="font-family:Consolas,Courier,monospace">which</span><span style="font-family:Consolas,Courier,monospace">
</span><span style="font-family:Consolas,Courier,monospace">$CXX</span><span style="font-family:Consolas,Courier,monospace">)'</span></div>
<div><span style="font-family:Consolas,Courier,monospace">-DCMAKE_Fortran_COMPILER='$(</span><span style="font-family:Consolas,Courier,monospace">which</span><span style="font-family:Consolas,Courier,monospace">
</span><span style="font-family:Consolas,Courier,monospace">$F77</span><span style="font-family:Consolas,Courier,monospace">)'</span></div>
<div><span style="font-family:Consolas,Courier,monospace">-DCMAKE_CXX_FLAGS_RELEASE='-O3 -DNDEBUG -g0 -funroll-loops -ftemplate-depth=5120 -march=native -Wa,-q'</span></div>
<div><span style="font-family:Consolas,Courier,monospace">-DCMAKE_BUILD_TYPE=Release</span></div>
<div><span style="font-family:Consolas,Courier,monospace">-DDUNE_SYMLINK_TO_SOURCE_TREE=1</span></div>
<div><span style="font-family:Consolas,Courier,monospace">\"</span><span style="font-family:Consolas,Courier,monospace">"</span><span style="font-family:Consolas,Courier,monospace">
</span><span style="font-family:Consolas,Courier,monospace">></span><span style="font-family:Consolas,Courier,monospace">
</span><span style="font-family:Consolas,Courier,monospace">release.opts</span></div>
<div><span style="font-family:Consolas,Courier,monospace">}</span></div>
<div><br>
</div>
<div>Does this work for you too?</div>
<div><br>
</div>
</div>
<p>Best,</p>
<p><span style="font-size:12pt">Santiago</span></p>
<br>
<div style="color:rgb(0,0,0)">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Giovanni Esposito <esposito.giovanni08@gmail.com><br>
<b>Sent:</b> Monday, January 27, 2025 3:28 PM<br>
<b>To:</b> dune-pdelab@lists.dune-project.org<br>
<b>Subject:</b> installation of Dune/PDELab (with tutorial)</font>
<div> </div>
</div>
<div>
<div dir="ltr">Dear Sirs,
<div><br>
</div>
<div>I'm a math student who wants to learn how to use Dune Modules, so I tried to install dune-pdelab-tutorials following the instructions on the site. </div>
<div>Unfortunately, when I run the build script with ./buildmodules.sh on my ubuntu system, I read -bash: ./buildmodules.sh: No such file or directory.</div>
<div>Do you have any advice on how to resolve this problem?</div>
<div>I look forward to hearing from you.</div>
<div><br>
</div>
<div>Best regards,</div>
<div>Giovanni</div>
</div>
</div>
</div>
</div>
</body>
</html>