On Wed, Apr 15, 2015 at 9:10 PM, John Peterson <jwpeter...@gmail.com> wrote:

>
>
> On Wed, Apr 15, 2015 at 6:53 PM, David Knezevic <
> david.kneze...@akselos.com> wrote:
>>
>>
>> I've pushed the code to here:
>> https://github.com/dknez/libmesh/tree/opt_interface
>>
>> I don't remember exactly how to add new source files to the repo. I
>> ran rebuild_include_HEADERS.sh, rebuild_libmesh_SOURCES.sh, and
>> re-bootstrapped, but I think I must've forgot something since I'm getting:
>> "libmesh/optimization_solver.h: No such file or directory"
>>
>> I think a wiki page about steps for adding new source files would be
>> helpful.
>>
>
> Agreed, and here are the steps I usually follow.  Something like this
> should also just be added as a script in contrib.
>
> cd include && ./rebuild_include_HEADERS.sh
> cd ..
> cd src && ./rebuild_libmesh_SOURCES.sh
> cd ..
> cd include/libmesh && ./rebuild_makefile.sh
> cd -
> git ci -am"Updating Makefile.am's"
> ./bootstrap
> git ci -am"Ran boostrap."
>


Thanks, that works! The branch compiles for me now, and it also installs
optimization_ex1 correctly now.

David
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to