Ahnaf Tahmid Chowdhury

Results 9 issues of Ahnaf Tahmid Chowdhury

## Description This pull request introduces user-configurable options for controlling RPATH settings in the CMake build system. Previously, these settings were forced in the CMakeLists.txt file, leading to inflexibility and...

**Description** I'm encountering an issue where the `CMAKE_INSTALL_RPATH` variable is being overwritten in my CMake project. I have configured it to use `$ORIGIN`, but it seems that it's being reset...

Type: Bug

## Description I'm working on a project that maintains its version in `CMakeLists.txt`. The version string follows the format `x.x.x` or `x.x.x-pre`. To extract this version number and ensure its...

I am facing some difficulty while setting up RPATH. In the past, I was using `${CMAKE_INSTALL_PREFIX}/lib` for setting up RPATH. However, since I have moved to scikit-build core, I have...

## Issue Description ### Issue with `paramak` Dependency on `jupyter-client` While working on [NukeLab](https://github.com/ahnaf-tahmid-chowdhury/nukelab/blob/0bcadf0e08e5be5ba271750695d853865b7d7ba1/spawner/Dockerfile#L596C1-L596C1), I have encountered an issue with the `paramak` library's dependency on `jupyter-client`. It appears that `paramak`...

## Context I am working on a project where I want to enable conditional features, specifically MPI support, using Python extras during installation: ```bash pip install .[mpi] ``` I have...

#### Description I encountered a `KeyError` while trying to access specific sections of an ENDF material. Below is a summary of the issue: #### Steps to Reproduce: 1. Load a...

## Overview This pull request introduces a versioning mechanism that utilizes a `version.txt` file located in the `tools` folder. Both `pyproject.toml` and `CMakeLists.txt` have been updated to read version information...

### Description During the wheel testing process for OpenMC PR #3087, the build configuration uses the `OpenMCTargets.cmake` file to fetch relevant information for the OpenMC library. The target sets the...