History log of /libCEED/Makefile (Results 1 – 25 of 613)
Revision Date Author Comments
# 79b8f26d 06-Feb-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1924 from hughcars/fix-march-native-arm

Fix gcc `-march=native` for arm mac


# a44bca27 05-Feb-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1923 from CEED/jeremy/dealii-kokkos

deal.II Example - Kokkos Support


# 7247fd92 04-Feb-2026 Hugh Carson <hughcars@amazon.com>

make: use -mcpu=native for GCC and Clang on non-x86 architectures

On ARM, -march=native resolves to CPU names (e.g., apple-m1) which are
invalid for -march; must use -mcpu=native instead. Use uname

make: use -mcpu=native for GCC and Clang on non-x86 architectures

On ARM, -march=native resolves to CPU names (e.g., apple-m1) which are
invalid for -march; must use -mcpu=native instead. Use uname -m to detect
architecture and select the appropriate flag. Clang has the same limitation,
so MARCHFLAG.clang follows MARCHFLAG.gcc.

show more ...


# d416dc2b 03-Feb-2026 Jeremy L Thompson <jeremy@jeremylt.org>

dealii - add gpu version with kokkos


# d6ed5abf 02-Feb-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1921 from CEED/jeremy/fortran-ex-1

ex - add fortran ex1


# 860dc821 29-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

ex - add fortran ex1


# b1c579f0 24-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1919 from CEED/jeremy/weak-fix-2

Fix Weak Symbols on MacOS


# d1503016 23-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

build - split weak defs


# 65af418b 06-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

make - disable D flag for AR on Darwin


# 48203ff5 05-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1911 from CEED/jeremy/drop-occa

occa - retire backends


# 346c77e6 16-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

occa - retire backends


# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 9b9f6113 08-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions

Rust and cuda clang support (#1873)


# 9b5f41c8 31-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

clang - keep temp files from overwriting each other


# 6ca7e175 31-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

make - only test Rust QFunctions when requested


# 2027fb9d 31-Jul-2025 SirAlienTheGreat <79958059+SirAlienTheGreat@users.noreply.github.com>

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

* remov

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 -> 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 "change names and simplify makefile"

This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.

* Apply Jeremy'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 <alma4974@noether>

show more ...


# 1ad46608 06-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1875 from CEED/jeremy/name-consistency

Operator Name Consistency


# 52b0e563 28-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add deprecated warnings for old fn names


# 03ea9c5e 21-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1869 from CEED/zach/update-tests

ci - update test suite for parity with Ratel


# 2c835e80 18-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

ci - bump vermin to Python 3.8


# f36e7531 18-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

ci - update test suite for parity with Ratel


# 1b9d83d7 30-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1849 from CEED/jeremy/safe-describe

make - use root as safe dir for GIT_DESCRIBE


# 2b0143a5 30-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

make - use root as safe dir for GIT_DESCRIBE


# 506c99b8 17-Jun-2025 Jed Brown <jed@jedbrown.org>

Merge pull request #1837 from CEED/jed/ci-noether-cuda-12.9

* ci: noether CUDA_DIR=/usr/local/cuda-12.9
* makefiles: update defaults from c99 to c11
* tidy: -clang-analyzer-security.insecureAPI.Depr

Merge pull request #1837 from CEED/jed/ci-noether-cuda-12.9

* ci: noether CUDA_DIR=/usr/local/cuda-12.9
* makefiles: update defaults from c99 to c11
* tidy: -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
* ci: noether rocm-6.3

show more ...


12345678910>>...25