<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>79b8f26d59e0cb873c9646613d2a970c85250a64 - Merge pull request #1924 from hughcars/fix-march-native-arm</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#79b8f26d59e0cb873c9646613d2a970c85250a64</link>
        <description>Merge pull request #1924 from hughcars/fix-march-native-armFix gcc `-march=native` for arm mac

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Fri, 06 Feb 2026 16:08:26 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>a44bca27e5d331f553a82497b0c34f31883da506 - Merge pull request #1923 from CEED/jeremy/dealii-kokkos</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#a44bca27e5d331f553a82497b0c34f31883da506</link>
        <description>Merge pull request #1923 from CEED/jeremy/dealii-kokkosdeal.II Example - Kokkos Support

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Thu, 05 Feb 2026 17:01:47 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>7247fd92a8a86a7e36cba392bcb1b62954e39b1a - make: use -mcpu=native for GCC and Clang on non-x86 architectures</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#7247fd92a8a86a7e36cba392bcb1b62954e39b1a</link>
        <description>make: use -mcpu=native for GCC and Clang on non-x86 architecturesOn ARM, -march=native resolves to CPU names (e.g., apple-m1) which areinvalid for -march; must use -mcpu=native instead. Use uname -m to detectarchitecture and select the appropriate flag. Clang has the same limitation,so MARCHFLAG.clang follows MARCHFLAG.gcc.

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Wed, 04 Feb 2026 19:36:14 +0000</pubDate>
        <dc:creator>Hugh Carson &lt;hughcars@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>d416dc2b8eb8ab8cb4fa3546f1e63962299dc06a - dealii - add gpu version with kokkos</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#d416dc2b8eb8ab8cb4fa3546f1e63962299dc06a</link>
        <description>dealii - add gpu version with kokkos

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Tue, 03 Feb 2026 17:16:29 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>d6ed5abffa3823f6603d4dc65272439584c38270 - Merge pull request #1921 from CEED/jeremy/fortran-ex-1</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#d6ed5abffa3823f6603d4dc65272439584c38270</link>
        <description>Merge pull request #1921 from CEED/jeremy/fortran-ex-1ex - add fortran ex1

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Mon, 02 Feb 2026 15:20:41 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>860dc8215fde8015ce701d5081dc7f665abfde5f - ex - add fortran ex1</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#860dc8215fde8015ce701d5081dc7f665abfde5f</link>
        <description>ex - add fortran ex1

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Thu, 29 Jan 2026 16:50:01 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>b1c579f084fff6512b7ecdc5f1776714eaea68ae - Merge pull request #1919 from CEED/jeremy/weak-fix-2</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#b1c579f084fff6512b7ecdc5f1776714eaea68ae</link>
        <description>Merge pull request #1919 from CEED/jeremy/weak-fix-2Fix Weak Symbols on MacOS

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Sat, 24 Jan 2026 00:18:56 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>d15030167e504f21b69a912dc34420b169f681b5 - build - split weak defs</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#d15030167e504f21b69a912dc34420b169f681b5</link>
        <description>build - split weak defs

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Fri, 23 Jan 2026 17:56:43 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>65af418b5ee547b431a105e503cbe8faf1805930 - make - disable D flag for AR on Darwin</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#65af418b5ee547b431a105e503cbe8faf1805930</link>
        <description>make - disable D flag for AR on Darwin

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Tue, 06 May 2025 19:24:48 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>48203ff5b2e76d34bb2203dfd66749ca64137ac2 - Merge pull request #1911 from CEED/jeremy/drop-occa</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#48203ff5b2e76d34bb2203dfd66749ca64137ac2</link>
        <description>Merge pull request #1911 from CEED/jeremy/drop-occaocca - retire backends

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Mon, 05 Jan 2026 19:59:33 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>346c77e6436e93de99b1714e06a264fc70d47960 - occa - retire backends</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#346c77e6436e93de99b1714e06a264fc70d47960</link>
        <description>occa - retire backends

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Tue, 16 Dec 2025 17:44:41 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>d4cc18453651bd0f94c1a2e078b2646a92dafdcc - Merge pull request #1912 from CEED/jeremy/copyright</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#d4cc18453651bd0f94c1a2e078b2646a92dafdcc</link>
        <description>Merge pull request #1912 from CEED/jeremy/copyrightminor - update copyright to 2026

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Tue, 30 Dec 2025 21:15:37 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9ba83ac0e4b1fca39d6fa6737a318a9f0cbc172d - minor - update copyright to 2026</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#9ba83ac0e4b1fca39d6fa6737a318a9f0cbc172d</link>
        <description>minor - update copyright to 2026

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 19:03:59 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9b9f6113f51e15913d7f93f3cfe1286cbb8f166e - Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#9b9f6113f51e15913d7f93f3cfe1286cbb8f166e</link>
        <description>Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctionsRust and cuda clang support (#1873)

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Fri, 08 Aug 2025 15:43:27 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9b5f41c81b637db3e5453a22df59a4f47deed499 - clang - keep temp files from overwriting each other</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#9b5f41c81b637db3e5453a22df59a4f47deed499</link>
        <description>clang - keep temp files from overwriting each other

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 20:36:18 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>6ca7e175262dc74f45d0be70e66c7f4ced8e510b - make - only test Rust QFunctions when requested</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#6ca7e175262dc74f45d0be70e66c7f4ced8e510b</link>
        <description>make - only test Rust QFunctions when requested

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 19:16:51 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>2027fb9d13fe34211738d8539f90542a9801ae2c - Rust and cuda clang support (#1873)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#2027fb9d13fe34211738d8539f90542a9801ae2c</link>
        <description>Rust and cuda clang support (#1873)* Switch compiler to clang (not portable)* test add_num* compile with llvm tools* not working linking* not fixed* Update ex1-volume.h* update* remove global path* changes* changes 2* crate works* basic gpu rust compilation* still not working* rust source roots basic support* nvrtc/clang selection* cleanup* update example (not working)* add rust example* fix merge issue* delete temp files* cleanup* rust qfunc 2d array (needs doc)* cleanup* more cleanup* downgrade back to c++11* format* final draft cleanup* formatting + CUDA_CLANG -&gt; GPU_CLANG* Update cuda CEED_QFUNCTION_RUST* fix python* fix python and format* format fr* update comment* fix python fr* Apply error suggestions from code review* update errors to libceed format* Apply suggestions from code review* add optimization flag* remove line breaks* Apply suggestions from code review* avoid python in macro better* add rust example* format* Apply suggestions from code review* move rust example to own directory* Simplify python exclusion logic* re-fix python* Update python/build_ceed_cffi.py* change names and simplify makefile* Revert &quot;change names and simplify makefile&quot;This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.* Apply Jeremy&apos;s diff* Simplify CeedCallSystem* use rust-install llvm tools* add gitignores* update paths* example absolute path* fix comments* apply partial diff* add newline* add makefile* Update examples/rust-qfunctions/Makefile* update makefile---------Co-authored-by: Allen MacFarland &lt;alma4974@noether&gt;

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 18:43:27 +0000</pubDate>
        <dc:creator>SirAlienTheGreat &lt;79958059+SirAlienTheGreat@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>1ad466088344f9c7a89b938b3cea7230e969fe10 - Merge pull request #1875 from CEED/jeremy/name-consistency</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#1ad466088344f9c7a89b938b3cea7230e969fe10</link>
        <description>Merge pull request #1875 from CEED/jeremy/name-consistencyOperator Name Consistency

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 16:03:10 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>52b0e5638a25014f691e0ea82a9e87500116bc33 - interface - add deprecated warnings for old fn names</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#52b0e5638a25014f691e0ea82a9e87500116bc33</link>
        <description>interface - add deprecated warnings for old fn names

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Mon, 28 Jul 2025 15:00:40 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>03ea9c5e38decde08e88464ba86426bf9a31049e - Merge pull request #1869 from CEED/zach/update-tests</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/libCEED/Makefile#03ea9c5e38decde08e88464ba86426bf9a31049e</link>
        <description>Merge pull request #1869 from CEED/zach/update-testsci - update test suite for parity with Ratel

            List of files:
            /libCEED/Makefile</description>
        <pubDate>Mon, 21 Jul 2025 15:20:10 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
</channel>
</rss>
