Skip to content

Commit

Permalink
deploy: 384f197
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 26, 2024
1 parent cbe594d commit ae21eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,11 @@ <h3>Conda (working now)</h3>
<dl class="section note"><dt>Note</dt><dd>we do not install <code>lua-luafilesystem</code> within the <code>conda</code> environment because it is outdated on <code>osx</code></dd></dl>
<div class="fragment"><div class="line">mkdir build</div>
<div class="line">cd build</div>
<div class="line">export EIGEN3_INCLUDE_DIR=$CONDA_PREFIX/include/eigen3</div>
<div class="line">cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=YES -DCMAKE_INSTALL_PREFIX:PATH=$CONDA_PREFIX ../</div>
<div class="line">make -j$(nproc)</div>
<div class="line">make install</div>
<div class="line">$CONDA_PREFIX/bin/yodaStruct -c lua_inputs/config.yml</div>
<div class="line">LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib $CONDA_PREFIX/bin/yodaStruct -c lua_inputs/config.yml</div>
</div><!-- fragment --><p>We have opted to install into the <code>conda</code> environment, if this is not the intended behavior, use <code>/usr/local</code> instead.</p>
<h3>Spack (not working at the moment)</h3>
<p>Manually this can be done in a painful way as follows:</p>
Expand Down

0 comments on commit ae21eb4

Please sign in to comment.